Channel Class

CICS Transaction Gateway V10.1.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: 10.1.0.0 (10.1.0.0)
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
Determines whether the specified object is equal to the current object.
(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
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

A Channel can be set on an ECI request by setting the EciRequestChannel property.
Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.
See Also

Reference