1 instantiation of ReplyAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
1447
IAsyncResult result = new
ReplyAsyncResult
(this, timeout, callback, state);
4 references to ReplyAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (4)
1473
ReplyAsyncResult
.End(result);
1664
AsyncResult.End<
ReplyAsyncResult
>(result);
1690
ReplyAsyncResult
thisPtr = null;
1695
thisPtr = (
ReplyAsyncResult
)result.AsyncState;