1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\ChannelFactory.cs (1)
362return new CloseAsyncResult(this.innerFactory, timeout, callback, state);
4 references to CloseAsyncResult
System.ServiceModel (4)
System\ServiceModel\ChannelFactory.cs (4)
378CloseAsyncResult.End(result); 493CloseAsyncResult thisPtr = (CloseAsyncResult)result.AsyncState; 515AsyncResult.End<CloseAsyncResult>(result);