EnterpriseServiceClientProcessLockRequest Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfig.EnterpriseServiceAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.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
)
Public 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
)
public:
virtual void ProcessLockRequest(
String^ LockType,
String^ UserID,
String^ SecurityCode,
String^ Details,
int FunctionType,
bool% Response,
String^% OutputUserID,
String^% OutputDetails,
String^% OutputDateTime,
String^ SetupGUID,
String^% ErrorMessage
) sealed
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
Implements
IEnterpriseServiceProcessLockRequest(String, String, String, String, Int32, Boolean, String, String, String, String, String)See Also