1 instantiation of ReplyAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
3225
return new
ReplyAsyncResult
(this, message, timeout, callback, state);
4 references to ReplyAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableChannelBinder.cs (4)
3230
ReplyAsyncResult
.End(result);
3269
AsyncResult.End<
ReplyAsyncResult
>(result);
3280
ReplyAsyncResult
thisPtr = (
ReplyAsyncResult
)result.AsyncState;