ITenantsProviderGetIdsOfTenantsWhichDrawFromGlobalPool Method |
Gets the IDs of any tenants which draw the specified seat kind from the global pool.
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax ICollection<Guid> GetIdsOfTenantsWhichDrawFromGlobalPool(
LicenseSeatKind2 seatKind,
SeatCountProperty seatCountProperty
)
Function GetIdsOfTenantsWhichDrawFromGlobalPool (
seatKind As LicenseSeatKind2,
seatCountProperty As SeatCountProperty
) As ICollection(Of Guid)
ICollection<Guid>^ GetIdsOfTenantsWhichDrawFromGlobalPool(
LicenseSeatKind2 seatKind,
SeatCountProperty seatCountProperty
)
abstract GetIdsOfTenantsWhichDrawFromGlobalPool :
seatKind : LicenseSeatKind2 *
seatCountProperty : SeatCountProperty -> ICollection<Guid>
Parameters
- seatKind
- Type: Dundas.BI.LicensingLicenseSeatKind2
The kind of license seat. - seatCountProperty
- Type: Dundas.BI.LicensingSeatCountProperty
The seat count property.
Return Value
Type:
ICollectionGuidIDs of the tenants which draw from global pool.
See Also