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
Syntaxpublic void Update(
string applicationName,
string domainName,
string metricKind,
string metricName,
TimeSpan elapsed
)
Public Sub Update (
applicationName As String,
domainName As String,
metricKind As String,
metricName As String,
elapsed As TimeSpan
)
public:
void Update(
String^ applicationName,
String^ domainName,
String^ metricKind,
String^ metricName,
TimeSpan^ elapsed
)
member Update :
applicationName : string *
domainName : string *
metricKind : string *
metricName : string *
elapsed : TimeSpan -> unit
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