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