2 overrides of OnBeginClose
System.ServiceModel (2)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
184
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback,
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
392
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback,
1 reference to OnBeginClose
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
2766
IAsyncResult result = this.binder.
OnBeginClose
(timeout, onBinderCloseComplete, this);