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.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
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