PerformanceMeasurementNode Constructor |
Namespace:
Aloe.SystemFrameworks.Domain.Core
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic PerformanceMeasurementNode(
IDomainSystemHost host,
PerformanceMeasurementArgs args
)
Public Sub New (
host As IDomainSystemHost,
args As PerformanceMeasurementArgs
)
public:
PerformanceMeasurementNode(
IDomainSystemHost^ host,
PerformanceMeasurementArgs^ args
)
new :
host : IDomainSystemHost *
args : PerformanceMeasurementArgs -> PerformanceMeasurementNode
Parameters
- host
- Type: Aloe.SystemFrameworks.Domain.CoreIDomainSystemHost
The host to which the measurement applies. - args
- Type: Aloe.SystemFrameworks.Domain.CorePerformanceMeasurementArgs
The arguments.
See Also