ChannelGetContainerNames Method

CICS Transaction Gateway V10.1.0.0
Gets the names of all Containers in 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 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