IHostManagementUnlockRowAsync Method

Allows you to unlock a process or table record asynchronously.

Definition

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

Parameters

code  String
Lock code.
id  Int64
Internal or record identifier to unlock.

Return Value

Task
A task representing the asynchronous operation.

See Also