IHostManagementRecodeTableAsync Method

Recode or reassign the allowed table codes asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task RecodeTableAsync(
	string table,
	string currentCode,
	string newCode,
	bool reAllocate,
	bool sendNotification = true
)

Parameters

table  String
Table name.
currentCode  String
Current code.
newCode  String
New code.
reAllocate  Boolean
Indicates whether a reallocation will be made.
sendNotification  Boolean  (Optional)
Indicates whether the user is notified of the recoding result.

Return Value

Task
A task representing the asynchronous operation.

Remarks

More info in https://www.aliquo.software/registros-recodificacion/ and https://www.aliquo.software/registros-reasignacion/

See Also