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