Gets a named Container from the Channel.

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

Syntax

C#
public Container GetContainer(
	string name
)
Visual Basic
Public Function GetContainer ( _
	name As String _
) As Container
Visual C++
public:
Container^ GetContainer(
	String^ name
)

Parameters

name
Type: System..::..String

Return Value

The Container with the specified name.

Exceptions

ExceptionCondition
IBM.CTG..::..ContainerNotFoundExceptionA Container with the specified name was not found in the Channel.
System..::..ObjectDisposedExceptionThe Channel has been disposed.

See Also