Namespace:
IBM.CTG
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.0
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
Exception | Condition |
---|---|
IBM.CTG..::..ContainerNotFoundException | A Container with the specified name was not found in the Channel. |
System..::..ObjectDisposedException | The Channel has been disposed. |