Base:
method
OnBeginClose
System.ServiceModel.Channels.LayeredChannel<TInnerChannel>.OnBeginClose(System.TimeSpan, System.AsyncCallback, System.Object)
1 override of OnBeginClose
System.ServiceModel (1)
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
206protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
1 reference to OnBeginClose
System.ServiceModel (1)
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
208return new ChainedAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerInputListener.BeginClose, this.innerInputListener.EndClose);