1 instantiation of WaitForMessageAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\SynchronizedMessageSource.cs (1)
24
return new
WaitForMessageAsyncResult
(this, timeout, callback, state);
3 references to WaitForMessageAsyncResult
System.ServiceModel (3)
System\ServiceModel\Channels\SynchronizedMessageSource.cs (3)
29
return
WaitForMessageAsyncResult
.End(result);
266
WaitForMessageAsyncResult
thisPtr = (
WaitForMessageAsyncResult
)state;