1 override of OnBeginClose
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (1)
314
protected 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)
77
return this.
OnBeginClose
(timeout, callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (1)
322
return base.
OnBeginClose
(timeoutHelper.RemainingTime(), callback, state);