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