Channel Constructor

CICS Transaction Gateway V9.3.0.0
Constructs a new Channel.

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

public Channel(
	string name
)

Parameters

name
Type: SystemString
The name of the Channel.
Exceptions

ExceptionCondition
InvalidNameExceptionAn invalid name was specified for the Channel.
ArgumentNullExceptionname is .
See Also

Reference