ContainerDispose Method

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

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 Container 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