ChannelGetContainers Method

CICS Transaction Gateway V10.1.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: 10.1.0.0 (10.1.0.0)
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