Channel Class

CICS Transaction Gateway V9.3.0.0
A named collection of Container objects that can be passed to a CICS program.
Inheritance Hierarchy

SystemObject
  IBM.CTGChannel

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.1.0.0 (9.1.0.4)
Syntax

public sealed class Channel : IDisposable

The Channel type exposes the following members.

Constructors

  NameDescription
Public methodChannel
Constructs a new Channel.
Top
Properties

  NameDescription
Public propertyName
Gets the name of the Channel.
Top
Methods

  NameDescription
Public methodCreateContainer(String, Byte)
Creates a new Container of type BIT within this Channel.
Public methodCreateContainer(String, String)
Creates a new Container of type CHAR within this Channel.
Public methodCreateContainer(String, Byte, Int32)
Creates a new Container of type CHAR within this Channel.
Public methodDeleteContainer
Deletes the specified Container from this Channel.
Public methodDispose
Frees any resources associated with the Channel.
Public methodEquals (Inherited from Object.)
Public methodGetContainer
Gets a named Container from the Channel.
Public methodGetContainerNames
Gets the names of all Containers in the Channel.
Public methodGetContainers
Returns an array of all Containers held within this Channel.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference