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 (25.3.0.1000)
SyntaxICollection<QuotaUsageDetail> GetQuotaUsage(
	Guid tenantId
)
Function GetQuotaUsage ( 
	tenantId As Guid
) As ICollection(Of QuotaUsageDetail)
ICollection<QuotaUsageDetail^>^ GetQuotaUsage(
	Guid tenantId
)
abstract GetQuotaUsage : 
        tenantId : Guid -> ICollection<QuotaUsageDetail> 
Parameters
- tenantId
 - Type: SystemGuid
 
Return Value
Type: 
ICollectionQuotaUsageDetail
Exceptions
See Also