IHostManagementStateRowLockAsync Method

Get the lock status of a process or table record asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<StateRowLock> StateRowLockAsync(
	string code,
	long id
)

Parameters

code  String
Lock code.
id  Int64
Internal or record identifier on which the lock is checked.

Return Value

TaskStateRowLock
StateRowLock with the lock status information.

See Also