IHostManagementUnlockRowAsync Method
Allows you to unlock a process or table record asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task UnlockRowAsync(
string code,
long id
)
Function UnlockRowAsync (
code As String,
id As Long
) As Task
- code String
- Lock code.
- id Int64
- Internal or record identifier to unlock.
TaskA task representing the asynchronous operation.