Click or drag to resize

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

Parameters

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

Implements

IDomainSystemHostLogPerformanceMeasurement(PerformanceMeasurementArgs)
See Also