ChannelDeleteContainer Method

CICS Transaction Gateway V9.3.0.0
Deletes the specified Container from this Channel.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.1.0.0 (9.1.0.4)
Syntax

public void DeleteContainer(
	string name
)

Parameters

name
Type: SystemString
The name of the Container to delete.
Exceptions

ExceptionCondition
ContainerNotFoundExceptionA Container with the specified name was not found in the Channel.
ObjectDisposedExceptionThe Channel has been disposed.
See Also

Reference