Click or drag to resize

PerformanceMeasurementNode Constructor

Initializes a new instance of the PerformanceMeasurementNode class.

Namespace:  Aloe.SystemFrameworks.Domain.Core
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public PerformanceMeasurementNode(
	IDomainSystemHost host,
	PerformanceMeasurementArgs args
)

Parameters

host
Type: Aloe.SystemFrameworks.Domain.CoreIDomainSystemHost
The host to which the measurement applies.
args
Type: Aloe.SystemFrameworks.Domain.CorePerformanceMeasurementArgs
The arguments.
See Also