1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
196
return new
CloseAsyncResult
(this, base.OnBeginClose, base.OnEndClose, timeout,
6 references to CloseAsyncResult
System.ServiceModel (6)
System\ServiceModel\Channels\ReliableChannelListener.cs (6)
202
CloseAsyncResult
.End(result);
385
AsyncResult.End<
CloseAsyncResult
>(result);
414
CloseAsyncResult
closeResult = (
CloseAsyncResult
)result.AsyncState;
450
CloseAsyncResult
closeResult = (
CloseAsyncResult
)result.AsyncState;