Click or drag to resize

PerformanceLogHelperAddToLog Method

Creates a new entry to the performance log.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static PerformanceLog AddToLog(
	string categoryName,
	string counterName,
	PerformanceCounterType counterType,
	double value,
	DateTime timestamp
)

Parameters

categoryName
Type: SystemString

[Missing <param name="categoryName"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.PerformanceLogHelper.AddToLog(System.String,System.String,System.Diagnostics.PerformanceCounterType,System.Double,System.DateTime)"]

counterName
Type: SystemString

[Missing <param name="counterName"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.PerformanceLogHelper.AddToLog(System.String,System.String,System.Diagnostics.PerformanceCounterType,System.Double,System.DateTime)"]

counterType
Type: System.DiagnosticsPerformanceCounterType

[Missing <param name="counterType"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.PerformanceLogHelper.AddToLog(System.String,System.String,System.Diagnostics.PerformanceCounterType,System.Double,System.DateTime)"]

value
Type: SystemDouble

[Missing <param name="value"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.PerformanceLogHelper.AddToLog(System.String,System.String,System.Diagnostics.PerformanceCounterType,System.Double,System.DateTime)"]

timestamp
Type: SystemDateTime

[Missing <param name="timestamp"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.PerformanceLogHelper.AddToLog(System.String,System.String,System.Diagnostics.PerformanceCounterType,System.Double,System.DateTime)"]

Return Value

Type: PerformanceLog
A new ProvisioningAction object.
See Also