1 instantiation of CloseOutputSessionAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
331
return new
CloseOutputSessionAsyncResult
(this, timeout, callback, state);
6 references to CloseOutputSessionAsyncResult
System.ServiceModel (6)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (6)
336
CloseOutputSessionAsyncResult
.End(result);
922
AsyncResult.End<
CloseOutputSessionAsyncResult
>(result);
927
CloseOutputSessionAsyncResult
thisPtr = (
CloseOutputSessionAsyncResult
)state;
962
CloseOutputSessionAsyncResult
thisPtr = (
CloseOutputSessionAsyncResult
)asyncState;