1 instantiation of ReplyAsyncResult
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
702
return new
ReplyAsyncResult
(this, message, timeout, callback, state);
4 references to ReplyAsyncResult
System.ServiceModel (4)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (4)
707
ReplyAsyncResult
.End(result);
739
AsyncResult.End<
ReplyAsyncResult
>(result);
750
ReplyAsyncResult
thisPtr = (
ReplyAsyncResult
)result.AsyncState;