Base:
method
OnBeginClose
System.ServiceModel.Channels.ChannelAcceptor<TChannel>.OnBeginClose(System.TimeSpan, System.AsyncCallback, System.Object)
1 override of OnBeginClose
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
398
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
1 reference to OnBeginClose
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
408
return new ChainedAsyncResult(timeout, callback, state, base.
OnBeginClose
, base.OnEndClose, begin1, end1);