IHostManagementLockRowAsync Method

Allows blocking a process or table record asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task LockRowAsync(
	string code,
	long id,
	string process
)

Parameters

code  String
Lock code.
id  Int64
Internal or record identifier to block.
process  String
Descriptive name of the blocking process.

Return Value

Task
A task representing the asynchronous operation.

See Also