IHostManagementLockRowAsync Method
Allows blocking a process or table record asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task LockRowAsync(
string code,
long id,
string process
)
Function LockRowAsync (
code As String,
id As Long,
process As String
) As Task
- code String
- Lock code.
- id Int64
- Internal or record identifier to block.
- process String
- Descriptive name of the blocking process.
TaskA task representing the asynchronous operation.