CicsServerGetHashCode Method

CICS Transaction Gateway V10.1.0.0
Returns a hash code for this instance.

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

public override int GetHashCode()

Return Value

Type: Int32
A 32-bit signed integer hash code.
Remarks

The hash code of a CicsServer is based solely on the Name property, as this uniquely identifies a CICS server.
See Also

Reference