Click or drag to resize
IEnterpriseServiceProcessLockRequest Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

Namespace: DataPAEnterpriseDashboard.EnterpriseService
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.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: SystemString
UserID
Type: SystemString
SecurityCode
Type: SystemString
Details
Type: SystemString
FunctionType
Type: SystemInt32
Response
Type: SystemBoolean
OutputUserID
Type: SystemString
OutputDetails
Type: SystemString
OutputDateTime
Type: SystemString
SetupGUID
Type: SystemString
ErrorMessage
Type: SystemString
See Also