A named collection of Container objects that can be passed to a CICS program.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.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

System..::..Object
  IBM.CTG..::..Channel

Thread Safety

Members of this type are thread safe.

See Also