Gets the names of all Containers in the Channel.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2
Syntax
C# |
---|
public string[] GetContainerNames() |
Visual Basic |
---|
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
Exception | Condition |
---|---|
System..::..ObjectDisposedException | The Channel has been disposed. |