IMultiTenancyService.GetQuotaUsage 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.1.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: System.Guid
Return Value
Type:
ICollection<QuotaUsageDetail>
Exceptions
See Also