1 instantiation of ReplyCompletedAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
1445
return new
ReplyCompletedAsyncResult
(callback, state);
2 references to ReplyCompletedAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (2)
1463
if (result is
ReplyCompletedAsyncResult
)
1465
ReplyCompletedAsyncResult
.End(result);