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 (26.2.0.1000)
Syntax
ICollection<Guid> GetIdsOfTenantsWhichDrawFromGlobalPool(
	LicenseSeatKind2 seatKind,
	SeatCountProperty seatCountProperty
)

Parameters

seatKind  LicenseSeatKind2
The kind of license seat.
seatCountProperty  SeatCountProperty
The seat count property.

Return Value

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