2 instantiations of TryReceiveAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqQueue.cs (2)
730
return new
TryReceiveAsyncResult
(this, message, timeout,
742
return new
TryReceiveAsyncResult
(this, message, timeout,
6 references to TryReceiveAsyncResult
System.ServiceModel (6)
System\ServiceModel\Channels\MsmqQueue.cs (6)
736
return
TryReceiveAsyncResult
.End(result);
748
return
TryReceiveAsyncResult
.End(result);
855
TryReceiveAsyncResult
result = (
TryReceiveAsyncResult
)overlapped.AsyncResult;
916
TryReceiveAsyncResult
thisPtr = AsyncResult.End<
TryReceiveAsyncResult
>(result);