1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\ServiceHost.cs (1)
830return new CloseAsyncResult(timeout, callback, state, this);
6 references to CloseAsyncResult
System.ServiceModel (6)
System\ServiceModel\ServiceHost.cs (6)
955CloseAsyncResult.End(result); 1361((CloseAsyncResult)result.AsyncState).FinishCloseListeners(result, false); 1436((CloseAsyncResult)result.AsyncState).FinishCloseInput(result, false); 1501((CloseAsyncResult)result.AsyncState).FinishCloseInstances(result, false); 1565((CloseAsyncResult)result.AsyncState).FinishCloseChannelDispatchers(result, false); 1595AsyncResult.End<CloseAsyncResult>(result);