Click or drag to resize

AdapterLoader<T> .MonitorAdapters 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.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
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