1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
196return new CloseAsyncResult(this, base.OnBeginClose, base.OnEndClose, timeout,
6 references to CloseAsyncResult
System.ServiceModel (6)
System\ServiceModel\Channels\ReliableChannelListener.cs (6)
202CloseAsyncResult.End(result); 385AsyncResult.End<CloseAsyncResult>(result); 414CloseAsyncResult closeResult = (CloseAsyncResult)result.AsyncState; 450CloseAsyncResult closeResult = (CloseAsyncResult)result.AsyncState;