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