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()
Function GetLicenseAllocation As IDictionary(Of LicenseSeatKind2, SeatCount)
IDictionary<LicenseSeatKind2, SeatCount>^ GetLicenseAllocation()
abstract GetLicenseAllocation : unit -> IDictionary<LicenseSeatKind2, SeatCount>
Return Value
Type:
IDictionaryLicenseSeatKind2,
SeatCountA dictionary containing the total number of seats allocated to all tenants, grouped by seat kind.
See Also