Click or drag to resize

IAtomiaBillingApiGetPerformanceCounterInstance Method

Returns the value of the performance counter instance.

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

Parameters

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

Return Value

Type: Double
Value of the counter.
See Also