EsiVerifyRequest Constructor

CICS Transaction Gateway V9.3.0.0
Creates a new EsiVerifyRequest.

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

public EsiVerifyRequest(
	string userId,
	string password,
	string serverName
)

Parameters

userId
Type: SystemString
The CICS user ID to use for the request.
password
Type: SystemString
The CICS password or password phrase to use for the request.
serverName
Type: SystemString
The name of the CICS server to verify with, as defined in the Gateway daemon. The server used by the Gateway daemon may be changed depending on the high availability configuration.
See Also

Reference