Interface ILicenseUpgradeService
Assembly: SoDataBase.dll
Syntax
public interface ILicenseUpgradeService
Methods
CheckUpgradeToNewPricelistAsync(string, string, string, CancellationToken)
Declaration
Task CheckUpgradeToNewPricelistAsync(string systemUser, string password, string additionalInfo, CancellationToken cancellationToken = default)
Parameters
Returns
UpgradeToNewPricelistServerSideAsync(string, string, string, ProgressEstimateCallback, ProgressStepCallback, CancellationToken)
Declaration
Task<bool> UpgradeToNewPricelistServerSideAsync(string systemUser, string password, string additionalInfo, ProgressEstimateCallback estimateCB, ProgressStepCallback stepCB, CancellationToken cancellationToken = default)
Parameters
Returns
Extension Methods