1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
220
return new
CloseAsyncResult
(this, channel, timeout, maskingMode, callback, state);
7 references to CloseAsyncResult
System.ServiceModel (7)
System\ServiceModel\Channels\ReliableChannelBinder.cs (7)
451
CloseAsyncResult
closeResult = result as
CloseAsyncResult
;
2832
AsyncResult.End<
CloseAsyncResult
>(this);
2853
CloseAsyncResult
closeResult = (
CloseAsyncResult
)result.AsyncState;
2890
CloseAsyncResult
closeResult = (
CloseAsyncResult
)result.AsyncState;