1 instantiation of OpenAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
714
return new
OpenAsyncResult
(this, timeout, callback, state);
4 references to OpenAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\ChannelReliableSession.cs (4)
741
OpenAsyncResult
.End(result);
1072
AsyncResult.End<
OpenAsyncResult
>(result);
1080
OpenAsyncResult
openResult = (
OpenAsyncResult
)result.AsyncState;