ChannelGetContainer Method

CICS Transaction Gateway V9.3.0.0
Gets a named Container from the Channel.

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

public Container GetContainer(
	string name
)

Parameters

name
Type: SystemString
The name of the Container to retrieve.

Return Value

Type: Container
The Container with the specified name.
Exceptions

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

Reference