Creates a new EsiChangeRequest.

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

Syntax

C#
public EsiChangeRequest(
	string userId,
	string currentPassword,
	string newPassword,
	string serverName
)
Visual Basic
Public Sub New ( _
	userId As String, _
	currentPassword As String, _
	newPassword As String, _
	serverName As String _
)
Visual C++
public:
EsiChangeRequest(
	String^ userId, 
	String^ currentPassword, 
	String^ newPassword, 
	String^ serverName
)

Parameters

userId
Type: System..::..String
The CICS user ID to use for the request.
currentPassword
Type: System..::..String
The current CICS password or password phrase to use for the request.
newPassword
Type: System..::..String
The new CICS password or password phrase to use for the request.
serverName
Type: System..::..String
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