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: 9.1.0.0 (9.1.0.4)
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 | (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 | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also