Returns an array of all Containers held within this Channel.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2
Syntax
C# |
---|
public Container[] GetContainers() |
Visual Basic |
---|
Public Function GetContainers As Container() |
Visual C++ |
---|
public: array<Container^>^ GetContainers() |
Return Value
Returns an array of all Containers held within this Channel.
Exceptions
Exception | Condition |
---|---|
System..::..ObjectDisposedException | The Channel has been disposed. |