1 type derived from WaitAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\TransmissionStrategy.cs (1)
845class AsyncQueueAdder : WaitAsyncResult, IQueueAdder
2 instantiations of WaitAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
189result = new WaitAsyncResult(timeout, true, callback, state); 491WaitAsyncResult result = new WaitAsyncResult(timeout, throwTimeoutException, callback, state);
13 references to WaitAsyncResult
System.ServiceModel (13)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (13)
159event WaitAsyncResult.SignaledHandler Signaled; 179WaitAsyncResult result = null; 243WaitAsyncResult.End(result); 263WaitAsyncResult.SignaledHandler handler = null; 426event WaitAsyncResult.AbortHandler Aborted; 427event WaitAsyncResult.AbortHandler Faulted; 428event WaitAsyncResult.SignaledHandler Signaled; 448WaitAsyncResult.AbortHandler handler = this.Aborted; 472WaitAsyncResult.AbortHandler handler = this.Faulted; 491WaitAsyncResult result = new WaitAsyncResult(timeout, throwTimeoutException, callback, state); 534return WaitAsyncResult.End(result); 578WaitAsyncResult.SignaledHandler handler = this.Signaled; 2517return !AsyncResult.End<WaitAsyncResult>(result).timedOut;