Click or drag to resize

PerformanceMeasurementsContainerUpdate Method

Updates the performance statistics for the specified operation.

Namespace:  Aloe.SystemFrameworks.Domain.Core
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public void Update(
	string applicationName,
	string domainName,
	string metricKind,
	string metricName,
	TimeSpan elapsed
)

Parameters

applicationName
Type: SystemString
Name of the application.
domainName
Type: SystemString
Name of the domain (e.g database name).
metricKind
Type: SystemString
Kind of the metric.
metricName
Type: SystemString
Name of the metric.
elapsed
Type: SystemTimeSpan
The time elapsed for the operation.
See Also