CicsServer Structure

CICS Transaction Gateway V9.3.0.0
Represents a CICS server defined in a Gateway daemon.

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

public struct CicsServer : IEquatable<CicsServer>

The CicsServer type exposes the following members.

Constructors

  NameDescription
Public methodCicsServer
Constructs a new CicsServer.
Top
Properties

  NameDescription
Public propertyDescription
Gets the description of the CICS server as defined in the Gateway daemon.
Public propertyName
Gets the name of the CICS server as defined in the Gateway daemon.
Top
Methods

  NameDescription
Public methodEquals(Object)
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(CicsServer)
Returns a value indicating whether this instance represents the same CICS server as a specified CicsServer.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns the name of the CICS server represented by this instance.
(Overrides ValueTypeToString.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Determines whether two CicsServer instances represent the same CICS server.
Public operatorStatic memberInequality
Determines whether two CicsServer instances do not represent the same CICS server.
Top
See Also

Reference