Click or drag to resize

ICurrentLicensesUsage Interface

Manage the current licenses usage (current month).

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public interface ICurrentLicensesUsage : ILicensesUsagePerMonth, 
	ILicensesUsage

The ICurrentLicensesUsage type exposes the following members.

Properties
  NameDescription
Public propertyLastUsageAt
Indicates the date of the latest usage.
Public propertyMaxCapiDevices
Gets the maximum number of different CAPI devices connected this month.
(Inherited from ILicensesUsage.)
Public propertyMaxCatiAgents
Gets the maximum number of simultaneous CATI agents this month.
(Inherited from ILicensesUsage.)
Public propertyMaxCawiSurveys
Gets the maximum number of on-line CAWI surveys this month.
(Inherited from ILicensesUsage.)
Public propertyMaxUsers
Gets the maximum number of different users connected this month.
(Inherited from ILicensesUsage.)
Public propertyMonth
Gets the month (based 1).
(Inherited from ILicensesUsagePerMonth.)
Public propertyYear
Gets the year (YYYY format).
(Inherited from ILicensesUsagePerMonth.)
Top
Methods
  NameDescription
Public methodBackup
Do a backup the current usage.
Public methodRecordUserUsage
Indicates that the specified user has used the application this month.
Public methodUpdateFromInstanceData
Update the current licenses usage using the instance data provided by the Askia Licenses Server.
Public methodValidate
Validate the current usage value.
Top
See Also