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
)

Parameters

seatKind
Type: Dundas.BI.LicensingLicenseSeatKind2
The kind of license seat.
seatCountProperty
Type: Dundas.BI.LicensingSeatCountProperty
The seat count property.

Return Value

Type: ICollectionGuid
IDs of the tenants which draw from global pool.
See Also