Show / Hide Table of Contents

Interface ILicenseUpgradeService

Namespace: SuperOffice.License
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
Type Name Description
string systemUser
string password
string additionalInfo
CancellationToken cancellationToken
Returns
Type Description
Task

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
Type Name Description
string systemUser
string password
string additionalInfo
ProgressEstimateCallback estimateCB
ProgressStepCallback stepCB
CancellationToken cancellationToken
Returns
Type Description
Task<bool>

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top