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