Click or drag to resize

PerformanceMeasurementArgs Class

Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.CorePerformanceMeasurementArgs

Namespace:  Aloe.SystemFrameworks.Domain.Core
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public class PerformanceMeasurementArgs

The PerformanceMeasurementArgs type exposes the following members.

Constructors
  NameDescription
Public methodPerformanceMeasurementArgs
Initializes a new instance of the PerformanceMeasurementArgs class.
Top
Properties
  NameDescription
Public propertyApplicationName
Gets the name of the application.
Public propertyElapsed
Gets the measured elapsed time.
Public propertyMetricKind
Gets the kind of the metric.
Public propertyMetricName
Gets the name of the metric.
Public propertyWriteTo
Gets the verbosity level.
Top
Methods
  NameDescription
Public methodHandleLogging
Handles the logging of the performance measurement. Used in LogPerformanceMeasurement(PerformanceMeasurementArgs)
Top
See Also