1 instantiation of OnReliableChannelCloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
268
return new
OnReliableChannelCloseAsyncResult
(this, inputId, outputId, timeout,
4 references to OnReliableChannelCloseAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableChannelListener.cs (4)
274
OnReliableChannelCloseAsyncResult
.End(result);
503
AsyncResult.End<
OnReliableChannelCloseAsyncResult
>(result);
532
OnReliableChannelCloseAsyncResult
closeResult =
533
(
OnReliableChannelCloseAsyncResult
)result.AsyncState;