ChannelDispose Method

CICS Transaction Gateway V10.1.0.0
Frees any resources associated with the Channel.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 10.1.0.0 (10.1.0.0)
Syntax

public void Dispose()

Implements

IDisposableDispose
Remarks

The Channel may not be reused after it has been disposed and any attempt to do so will cause a ObjectDisposedException to be thrown.
See Also

Reference