ClientBase<TChannel>.IDisposable.Dispose Method

Definition

Explicit implementation of the Dispose() method.

 virtual void System.IDisposable.Dispose() = IDisposable::Dispose;
void IDisposable.Dispose ();
abstract member System.IDisposable.Dispose : unit -> unit
override this.System.IDisposable.Dispose : unit -> unit
Sub Dispose () Implements IDisposable.Dispose

Implements

Remarks

Closes the client object. For more information, see System.ServiceModel.Channels.CommunicationObject.

Applies to