|
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.AdaptersAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
Syntaxpublic bool MonitorAdapters { get; set; }
Public Property MonitorAdapters As Boolean
Get
Set
public:
property bool MonitorAdapters {
bool get ();
void set (bool value);
}
member MonitorAdapters : bool with get, set
function get_MonitorAdapters();
function set_MonitorAdapters(value);
View SourceProperty Value
Boolean
Remarks
See Also