1 instantiation of WaitForMessageAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqReceiveHelper.cs (1)
256
return new
WaitForMessageAsyncResult
(this.queue, timeout, callback, state);
4 references to WaitForMessageAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqReceiveHelper.cs (4)
261
return
WaitForMessageAsyncResult
.End(result);
453
((
WaitForMessageAsyncResult
)result.AsyncState).OnComplete(result);
478
WaitForMessageAsyncResult
thisPtr = AsyncResult.End<
WaitForMessageAsyncResult
>(result);