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