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()
Function CheckForUpdatedLicenses As IDictionary(Of Long, Long)
IDictionary<long long, long long>^ CheckForUpdatedLicenses()
abstract CheckForUpdatedLicenses : unit -> IDictionary<int64, int64>
Return Value
Type:
IDictionaryInt64,
Int64
A dictionary (keyed by license ID) containing the new version of any licenses which were updated.
Exceptions See Also