Base:
method
OnEndClose
System.ServiceModel.Channels.CommunicationObject.OnEndClose(System.IAsyncResult)
1 override of OnEndClose
System.ServiceModel (1)
System\ServiceModel\Channels\DelegatingChannelListener.cs (1)
86protected override void OnEndClose(IAsyncResult result)
1 reference to OnEndClose
System.ServiceModel (1)
System\ServiceModel\Channels\DelegatingChannelListener.cs (1)
83return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.channelAcceptor);