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)
3153
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
212
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Security\SecurityChannel.cs (1)
63
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
2 references to OnBeginClose
System.ServiceModel (2)
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
214
return new ChainedCloseAsyncResult(timeout, callback, state, base.
OnBeginClose
, base.OnEndClose, this.innerOutputChannel);
System\ServiceModel\Security\SecurityChannel.cs (1)
66
base.
OnBeginClose
, base.OnEndClose);