Click or drag to resize

IAtomiaBillingApiGetMultiInstancePerformanceCounterAverage Method

Returns the average value of a multi instance performance counter.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
double GetMultiInstancePerformanceCounterAverage(
	string categoryName,
	string counterName
)

Parameters

categoryName
Type: SystemString
Category name.
counterName
Type: SystemString
Counter name.

Return Value

Type: Double
Average value of the performance counter instances.
See Also