Gets the names of all Containers in the Channel.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0

Syntax

C#
public string[] GetContainerNames()
Visual Basic (Declaration)
Public Function GetContainerNames As String()
Visual C++
public:
array<String^>^ GetContainerNames()

Return Value

An array of Strings containing the names of all Containers held within this Channel.

Exceptions

ExceptionCondition
System..::.ObjectDisposedExceptionThe Channel has been disposed.

See Also