ILicenseService GetUsageStatus Method CelloSaaS API Documentation
Gets the usage status for the given usage name and amount to be incremented. Checks whether the given amount can be incremented without crossing the max capacity limit set in the subscription package.

Namespace: CelloSaaS.ServiceContracts.LicenseManagement
Assembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

UsageStatus GetUsageStatus(
	string usageCode,
	string tenantId
)

Parameters

usageCode
Type: System String
usage code.
tenantId
Type: System String
The tenant id.

Return Value

Type: UsageStatus
See Also