IEnterpriseServiceProcessLockRequest Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboard.EnterpriseServiceAssembly: 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
)
Sub ProcessLockRequest (
LockType As String,
UserID As String,
SecurityCode As String,
Details As String,
FunctionType As Integer,
ByRef Response As Boolean,
ByRef OutputUserID As String,
ByRef OutputDetails As String,
ByRef OutputDateTime As String,
SetupGUID As String,
ByRef ErrorMessage As String
)
void ProcessLockRequest(
String^ LockType,
String^ UserID,
String^ SecurityCode,
String^ Details,
int FunctionType,
bool% Response,
String^% OutputUserID,
String^% OutputDetails,
String^% OutputDateTime,
String^ SetupGUID,
String^% ErrorMessage
)
function ProcessLockRequest(LockType, UserID, SecurityCode, Details, FunctionType, Response, OutputUserID, OutputDetails, OutputDateTime, SetupGUID, 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