CicsServer Constructor

CICS Transaction Gateway V9.3.0.0
Constructs a new CicsServer.

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

public CicsServer(
	string name,
	string description
)

Parameters

name
Type: SystemString
The name of the CICS server as defined in the Gateway daemon.
description
Type: SystemString
A description of the CICS server.
See Also

Reference