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 (Declaration) |
---|
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.
Other threads which attempt to access the Channel while a Flow(GatewayRequest) operation is in progress will
block until the Flow method returns.
Inheritance Hierarchy
Thread Safety
This type is thread safe.