ITenantsProviderGetLicenseAllocation Method

Gets the combined license allocation for all tenants.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
IDictionary<LicenseSeatKind2, SeatCount> GetLicenseAllocation()

Return Value

Type: IDictionaryLicenseSeatKind2, SeatCount
A dictionary containing the total number of seats allocated to all tenants, grouped by seat kind.
See Also