IHostManagementRecodeTableAsync Method
Recode or reassign the allowed table codes asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task RecodeTableAsync(
string table,
string currentCode,
string newCode,
bool reAllocate,
bool sendNotification = true
)
Function RecodeTableAsync (
table As String,
currentCode As String,
newCode As String,
reAllocate As Boolean,
Optional sendNotification As Boolean = true
) As Task
- 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.
TaskA task representing the asynchronous operation.
More info in https://www.aliquo.software/registros-recodificacion/ and https://www.aliquo.software/registros-reasignacion/