1 instantiation of CompleteAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReceiveContext.cs (1)
151
return new
CompleteAsyncResult
(this, timeout, callback, state);
4 references to CompleteAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\ReceiveContext.cs (4)
209
CompleteAsyncResult
.End(result);
581
AsyncResult.End<
CompleteAsyncResult
>(result);
597
CompleteAsyncResult
thisPtr = (
CompleteAsyncResult
)result.AsyncState;