Represents a CICS server defined in a Gateway daemon.

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

Syntax

C#
public struct CicsServer : IEquatable<CicsServer>
Visual Basic (Declaration)
Public Structure CicsServer _
	Implements IEquatable(Of CicsServer)
Visual C++
public value class CicsServer : IEquatable<CicsServer>

Thread Safety

This type is thread safe.

See Also