IMultiTenancyServiceGetQuotaUsage Method

Gets information about the amount of quota the specified tenant has used.

Namespace:  Dundas.BI.AccountServices.MultiTenancy
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
ICollection<QuotaUsageDetail> GetQuotaUsage(
	Guid tenantId
)

Parameters

tenantId
Type: SystemGuid

Return Value

Type: ICollectionQuotaUsageDetail
Exceptions
ExceptionCondition
ArgumentExceptiontenantId is Empty.
NotFoundExceptionThe tenant with the specified ID does not exist.
FeatureNotEnabledExceptionThe multi-tenancy features of the application are not enabled.
NoPrivilegeExceptionThe caller is not global, and associated with a tenant other than the specified tenant.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also