Deletes the specified Container from this Channel.

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

Syntax

C#
public void DeleteContainer(
	string name
)
Visual Basic
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

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

See Also