1 override of OnBeginClose
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (1)
314protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
2 references to OnBeginClose
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (1)
77return this.OnBeginClose(timeout, callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (1)
322return base.OnBeginClose(timeoutHelper.RemainingTime(), callback, state);