Base:
method
OnBeginClose
System.ServiceModel.Channels.ChannelFactoryBase.OnBeginClose(System.TimeSpan, System.AsyncCallback, System.Object)
2 overrides of OnBeginClose
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
50
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportChannelFactory.cs (1)
134
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
2 references to OnBeginClose
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
52
return new ChainedCloseAsyncResult(timeout, callback, state, base.
OnBeginClose
, base.OnEndClose, _innerChannelFactory);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportChannelFactory.cs (1)
137
return base.
OnBeginClose
(timeout, callback, state);