IDomainSystemHostLogPerformanceMeasurement Method |
Log a performance measurement to the host.
Namespace:
Aloe.SystemFrameworks.Domain.Core
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxvoid LogPerformanceMeasurement(
PerformanceMeasurementArgs args
)
Sub LogPerformanceMeasurement (
args As PerformanceMeasurementArgs
)
void LogPerformanceMeasurement(
PerformanceMeasurementArgs^ args
)
abstract LogPerformanceMeasurement :
args : PerformanceMeasurementArgs -> unit
Parameters
- args
- Type: Aloe.SystemFrameworks.Domain.CorePerformanceMeasurementArgs
The arguments.
See Also