Click or drag to resize

ICurrentLicensesUsageUpdateFromInstanceData Method

Update the current licenses usage using the instance data provided by the Askia Licenses Server.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
IReturnValue UpdateFromInstanceData(
	IAskiaPortalInstanceData instanceData
)

Parameters

instanceData
Type: AskiaPortalCmnIAskiaPortalInstanceData
Instance data provided by the Askia Licenses Server.

Return Value

Type: IReturnValue
Returns successful result, if the process is done correctly
Remarks

This method is not supposed to be used by a module.

This method only augment the usage and never reduce it.

See Also