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