1 instantiation of ReplyCompletedAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
1812
return new
ReplyCompletedAsyncResult
(callback, state);
3 references to ReplyCompletedAsyncResult
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (3)
1838
ReplyCompletedAsyncResult
completedResult = result as
ReplyCompletedAsyncResult
;
1943
AsyncResult.End<
ReplyCompletedAsyncResult
>(this);