IMultiTenancyServiceGetQuotaUsage Method |
Gets information about the amount of quota the specified tenant has used.
Namespace: Dundas.BI.AccountServices.MultiTenancyAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 Guid
-
Return Value
ICollectionQuotaUsageDetail
Exceptions
See Also