Click or drag to resize

PerformanceMeasurementArgs Constructor

Initializes a new instance of the PerformanceMeasurementArgs class.

Namespace:  Aloe.SystemFrameworks.Domain.Core
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public PerformanceMeasurementArgs(
	string applicationName,
	string metricKind,
	string metricName,
	TimeSpan elapsed,
	PerformanceLogType writeTo
)

Parameters

applicationName
Type: SystemString
Name of the application.
metricKind
Type: SystemString
Kind of the metric.
metricName
Type: SystemString
Name of the metric.
elapsed
Type: SystemTimeSpan
The elapsed.
writeTo
Type: Aloe.SystemFrameworks.Domain.CorePerformanceLogType
Write to PerformanceLogType.
See Also