Click or drag to resize

AdapterLoaderTMonitorAdapters Property

Gets or sets a boolean value that indicates whether resource utilization of Adapters executing in isolation is to be monitored.

Namespace: GSF.Adapters
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public bool MonitorAdapters { get; set; }
View Source

Property Value

Boolean
Remarks

Use AllowableProcessMemoryUsage, AllowableProcessProcessorUsage, AllowableAdapterMemoryUsage and AllowableAdapterProcessorUsage properties to configure how adapter resource utilization is to be monitored.

This option is ignored under Mono deployments.

See Also