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