ILicenseServiceCheckForUpdatedLicenses Method

Checks for updated licenses.

Namespace:  Dundas.BI.Licensing
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
IDictionary<long, long> CheckForUpdatedLicenses()

Return Value

Type: IDictionaryInt64, Int64
A dictionary (keyed by license ID) containing the new version of any licenses which were updated.
Exceptions
ExceptionCondition
OperationFailedExceptionThere was an error checking for new licenses.
NoPrivilegeExceptionThe caller does not have system administration privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also