Constructs a new CicsServer.

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

Syntax

C#
public CicsServer(
	string name,
	string description
)
Visual Basic
Public Sub New ( _
	name As String, _
	description As String _
)
Visual C++
public:
CicsServer(
	String^ name, 
	String^ description
)

Parameters

name
Type: System..::..String
The name of the CICS server as defined in the Gateway daemon.
description
Type: System..::..String
A description of the CICS server.

See Also