Namespace:
IBM.CTG
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public void DeleteContainer( string name ) |
Visual Basic (Declaration) |
---|
Public Sub DeleteContainer ( _ name As String _ ) |
Visual C++ |
---|
public: void DeleteContainer( String^ name ) |
Parameters
- name
- Type: System..::.String
The name of the Container to delete.
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. |