ILicenseServiceRefreshLicenses Method

Refreshes the list of licenses from the application database.

Namespace: Dundas.BI.Licensing
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
void RefreshLicenses()
Exceptions
ExceptionCondition
NoPrivilegeExceptionThe caller does not have system administration privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
Tip  Tip
This method triggers the LicenseChanged event hook.
See Also