Returns an array of all Containers held within this Channel.

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

Syntax

C#
public Container[] GetContainers()
Visual Basic (Declaration)
Public Function GetContainers As Container()
Visual C++
public:
array<Container^>^ GetContainers()

Return Value

Returns an array of all Containers held within this Channel.

Exceptions

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

See Also