ILicenseServiceGetLicenseSeatUsage Method

Gets an object describing how licensed seats are currently being used by the system.

Namespace:  Dundas.BI.Licensing
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
LicenseSeatUsage GetLicenseSeatUsage()

Return Value

Type: LicenseSeatUsage
An object describing how licensed seats are currently being used by the system.
Exceptions
ExceptionCondition
NoPrivilegeExceptionThe caller does not have system administration privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also