Constructs a new CicsServer.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public CicsServer( string name, string description ) |
Visual Basic (Declaration) |
---|
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.