1 instantiation of AbandonAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReceiveContext.cs (1)
145
return new
AbandonAsyncResult
(this, exception, timeout, callback, state);
4 references to AbandonAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\ReceiveContext.cs (4)
204
AbandonAsyncResult
.End(result);
479
AsyncResult.End<
AbandonAsyncResult
>(result);
496
AbandonAsyncResult
thisPtr = (
AbandonAsyncResult
)result.AsyncState;