Base:
method
OnBeginClose
System.ServiceModel.Channels.CommunicationObject.OnBeginClose(System.TimeSpan, System.AsyncCallback, System.Object)
3 overrides of OnBeginClose
System.ServiceModel (3)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3153protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
212protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Security\SecurityChannel.cs (1)
63protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
2 references to OnBeginClose
System.ServiceModel (2)
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
214return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerOutputChannel);
System\ServiceModel\Security\SecurityChannel.cs (1)
66base.OnBeginClose, base.OnEndClose);