Channel Constructor

CICS Transaction Gateway V10.1.0.0
Constructs a new Channel.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 10.1.0.0 (10.1.0.0)
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 .
Remarks

Creates a new empty Channel with the specified name. The Channel name must be between 1 and 16 characters in length and must consist of only the following types of character: Uppercase characters (A-Z) Lowercase characters (a-z) Digits (0-9) Special characters < > $ @ # / % & ? ! : | " = ' ; . - and _
See Also

Reference