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: 1.0.0.0
Syntax
C# |
---|
public class Channel : IDisposable |
Visual Basic |
---|
Public Class Channel _ Implements IDisposable |
Visual C++ |
---|
public ref class Channel : 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.