2 overrides of OnBeginClose
System.ServiceModel (2)
System\ServiceModel\Dispatcher\InstanceContextManager.cs (1)
200protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\ServiceChannelManager.cs (1)
314protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
1 reference to OnBeginClose
System.ServiceModel (1)
System\ServiceModel\Channels\LifetimeManager.cs (1)
93return this.OnBeginClose(timeout, callback, state);