ChannelGetContainerNames Method

CICS Transaction Gateway V9.3.0.0
Gets the names of all Containers in the Channel.

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

public string[] GetContainerNames()

Return Value

Type: String
An array of Strings containing the names of all Containers held within this Channel.
Exceptions

ExceptionCondition
ObjectDisposedExceptionThe Channel has been disposed.
See Also

Reference