Click or drag to resize
IEnterpriseService. ProcessLockRequest Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

Namespace: DataPAClientConfig.EnterpriseService
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
void ProcessLockRequest(
	string LockType,
	string UserID,
	string SecurityCode,
	string Details,
	int FunctionType,
	ref bool Response,
	ref string OutputUserID,
	ref string OutputDetails,
	ref string OutputDateTime,
	string SetupGUID,
	ref string ErrorMessage
)

Parameters

LockType
Type: System.String
UserID
Type: System.String
SecurityCode
Type: System.String
Details
Type: System.String
FunctionType
Type: System.Int32
Response
Type: System.Boolean
OutputUserID
Type: System.String
OutputDetails
Type: System.String
OutputDateTime
Type: System.String
SetupGUID
Type: System.String
ErrorMessage
Type: System.String
See Also