A named collection of Container objects that can be passed to a CICS program.
Inheritance Hierarchy
IBM.CTGChannel
Namespace: IBM.CTG
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 10.1.0.0 (10.1.0.0)
Syntax
The Channel type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Channel | Constructs a new Channel. |
Properties
| Name | Description | |
|---|---|---|
| Name | Gets the name of the Channel. |
Methods
| Name | Description | |
|---|---|---|
| CreateContainer(String, Byte) | ||
| CreateContainer(String, String) | ||
| CreateContainer(String, Byte, Int32) | ||
| DeleteContainer | Deletes the specified Container from this Channel. | |
| Dispose | Frees any resources associated with the Channel. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetContainer | Gets a named Container from the Channel. | |
| GetContainerNames | Gets the names of all Containers in the Channel. | |
| GetContainers | Returns an array of all Containers held within this Channel. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
Thread Safety
See Also