ClientSessionChannel - Dispose

[C#]

[ClientSessionChannel] public override sealed void Dispose();

Remarks

Releases all resources used by the object. If the channel is open or opening, then Dispose also initiates a [ClientSessionChannel]Close. Of course this doesn't imply the client is closed by the time Dispose returns, as the close operation might and probably will still be in progress.