1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
265
return new
CloseAsyncResult
(this, timeout, callback, state);
6 references to CloseAsyncResult
System.ServiceModel (6)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (6)
270
CloseAsyncResult
.End(result);
441
CloseAsyncResult
thisPtr = (
CloseAsyncResult
)state;
470
CloseAsyncResult
thisPtr = (
CloseAsyncResult
)result.AsyncState;
490
AsyncResult.End<
CloseAsyncResult
>(result);