1 instantiation of FloodAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\PeerFlooder.cs (1)
254
FloodAsyncResult fresult = new
FloodAsyncResult
(this.neighborManager, timeout, callback, state);
11 references to FloodAsyncResult
System.ServiceModel (11)
System\ServiceModel\Channels\PeerFlooder.cs (9)
195
protected IAsyncResult BeginSendHelper(IPeerNeighbor neighbor, TimeSpan timeout, Message message,
FloodAsyncResult
fresult)
254
FloodAsyncResult
fresult = new FloodAsyncResult(this.neighborManager, timeout, callback, state);
447
FloodAsyncResult
fresult = result as
FloodAsyncResult
;
514
FloodAsyncResult
fresult = result as
FloodAsyncResult
;
523
FloodAsyncResult
fresult = result as
FloodAsyncResult
;
900
AsyncResult.End<
FloodAsyncResult
>(this);
System\ServiceModel\Channels\UtilityExtension.cs (2)
126
public static void OnEndSend(IPeerNeighbor neighbor,
FloodAsyncResult
fresult)
136
public void OnEndSend(
FloodAsyncResult
fresult)