Click or drag to resize
EnterpriseServiceClientProcessLockRequest 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
public 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

Implements

IEnterpriseServiceProcessLockRequest(String, String, String, String, Int32, Boolean, String, String, String, String, String)
See Also