A named collection of Container objects that can be passed to a CICS program.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.2.0.2
Syntax
C# |
---|
public sealed class Channel : IDisposable |
Visual Basic |
---|
Public NotInheritable Class Channel _ Implements IDisposable |
Visual C++ |
---|
public ref class Channel sealed : IDisposable |
Remarks
A Channel can be set on an ECI request by setting the EciRequest Channel property.
Inheritance Hierarchy
Thread Safety
Members of this type are thread safe.