Gets the usage amount from the given period.
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.LicenseManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
public static Dictionary<string, double> GetUsageAmount(
string[] usageCodes,
DateTime startDate,
DateTime endDate,
string tenantId
)
public static Dictionary<string, double> GetUsageAmount(
string[] usageCodes,
DateTime startDate,
DateTime endDate,
string tenantId
)
Public Shared Function GetUsageAmount (
usageCodes As String(),
startDate As DateTime,
endDate As DateTime,
tenantId As String
) As Dictionary(Of String, Double)
Public Shared Function GetUsageAmount (
usageCodes As String(),
startDate As DateTime,
endDate As DateTime,
tenantId As String
) As Dictionary(Of String, Double)
static member GetUsageAmount :
usageCodes : string[] *
startDate : DateTime *
endDate : DateTime *
tenantId : string -> Dictionary<string, float>
static member GetUsageAmount :
usageCodes : string[] *
startDate : DateTime *
endDate : DateTime *
tenantId : string -> Dictionary<string, float>
Parameters
- usageCodes
- Type: System String
usage code arrary (optional)
- startDate
- Type: System DateTime
- endDate
- Type: System DateTime
- tenantId
- Type: System String
tenant id
Return Value
Type:
Dictionary String,
Double