1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
422
return new
CloseAsyncResult
(this, timeout, callback, state);
8 references to CloseAsyncResult
System.ServiceModel (8)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (8)
427
CloseAsyncResult
.End(result);
725
AsyncResult.End<
CloseAsyncResult
>(result);
735
CloseAsyncResult
thisPtr = (
CloseAsyncResult
)result.AsyncState;
767
CloseAsyncResult
thisPtr = (
CloseAsyncResult
)result.AsyncState;
794
CloseAsyncResult
thisPtr = (
CloseAsyncResult
)state;