2 types derived from SynchronizedAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\SynchronizedMessageSource.cs (2)
199
class ReceiveAsyncResult :
SynchronizedAsyncResult
<Message>
243
class WaitForMessageAsyncResult :
SynchronizedAsyncResult
<bool>
4 references to SynchronizedAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\SynchronizedMessageSource.cs (4)
157
SynchronizedAsyncResult
<T> thisPtr = AsyncResult.End<
SynchronizedAsyncResult
<T>>(result);
163
SynchronizedAsyncResult
<T> thisPtr = (
SynchronizedAsyncResult
<T>)state;