ChannelGetContainers Method

CICS Transaction Gateway V9.3.0.0
Returns an array of all Containers held within this Channel.

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

public Container[] GetContainers()

Return Value

Type: Container
Returns an array of all Containers held within this Channel.
Exceptions

ExceptionCondition
ObjectDisposedExceptionThe Channel has been disposed.
See Also

Reference