1 implementation of BeginClose
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
202
public IAsyncResult
BeginClose
(TimeSpan timeout, AsyncCallback callback,
1 reference to BeginClose
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
748
IAsyncResult result = binder.
BeginClose
(this.defaultCloseTimeout, this.onBinderCloseComplete, binder);