PerformanceMeasurementArgs Constructor |
Namespace:
Aloe.SystemFrameworks.Domain.Core
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic PerformanceMeasurementArgs(
string applicationName,
string metricKind,
string metricName,
TimeSpan elapsed,
PerformanceLogType writeTo
)
Public Sub New (
applicationName As String,
metricKind As String,
metricName As String,
elapsed As TimeSpan,
writeTo As PerformanceLogType
)
public:
PerformanceMeasurementArgs(
String^ applicationName,
String^ metricKind,
String^ metricName,
TimeSpan^ elapsed,
PerformanceLogType^ writeTo
)
new :
applicationName : string *
metricKind : string *
metricName : string *
elapsed : TimeSpan *
writeTo : PerformanceLogType -> PerformanceMeasurementArgs
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