IHostManagementStateRowLockAsync Method
Get the lock status of a process or table record asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<StateRowLock> StateRowLockAsync(
string code,
long id
)
Function StateRowLockAsync (
code As String,
id As Long
) As Task(Of StateRowLock)
- code String
- Lock code.
- id Int64
- Internal or record identifier on which the lock is checked.
TaskStateRowLockStateRowLock with the lock status information.