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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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