1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\LayeredChannelListener.cs (1)
114return new CloseAsyncResult(InnerChannelListener, sharedInnerListener, timeout, callback, state);
4 references to CloseAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\LayeredChannelListener.cs (4)
119CloseAsyncResult.End(result); 272CloseAsyncResult thisPtr = (CloseAsyncResult)result.AsyncState; 293AsyncResult.End<CloseAsyncResult>(result);