1 instantiation of CloseOutputCompletedAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
210
return new
CloseOutputCompletedAsyncResult
(callback, state);
2 references to CloseOutputCompletedAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (2)
333
if (result is
CloseOutputCompletedAsyncResult
)
334
CloseOutputCompletedAsyncResult
.End(result);