Click or drag to resize

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
Syntax
void LogPerformanceMeasurement(
	PerformanceMeasurementArgs args
)

Parameters

args
Type: Aloe.SystemFrameworks.Domain.CorePerformanceMeasurementArgs
The arguments.
See Also