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