Service
|
The ServiceMonitors type exposes the following members.
Name | Description | |
---|---|---|
AdapterDirectory |
Gets or sets the directory where Adapters are located.
(Inherited from AdapterLoaderT) |
|
AdapterFileExtension |
Gets or sets the file extension of the Adapters.
(Inherited from AdapterLoaderT) |
|
AdapterFileFormat |
Gets or sets the file format of the Adapters.
(Inherited from AdapterLoaderT) |
|
Adapters |
Gets a list of adapters loaded from the AdapterDirectory.
(Inherited from AdapterLoaderT) |
|
AdapterWatcher |
Gets the FileSystemWatcher object watching for new adapter assemblies added at runtime.
(Inherited from AdapterLoaderT) |
|
AllowableAdapterMemoryUsage |
Gets or sets the memory in megabytes the Adapters are allowed to use before being flagged as offending by the internal monitoring process.
(Inherited from AdapterLoaderT) |
|
AllowableAdapterProcessorUsage |
Gets or sets the processor time in % the Adapters are allowed to use before being flagged as offending by the internal monitoring process.
(Inherited from AdapterLoaderT) |
|
AllowableProcessMemoryUsage |
Gets or sets the memory in megabytes the current process is allowed to use before the internal monitoring process starts looking for offending Adapters.
(Inherited from AdapterLoaderT) |
|
AllowableProcessProcessorUsage |
Gets or sets the processor time in % the current process is allowed to use before the internal monitoring process starts looking for offending Adapters.
(Inherited from AdapterLoaderT) |
|
Enabled |
Gets or sets a boolean value that indicates whether the AdapterLoaderT is currently enabled.
(Inherited from AdapterLoaderT) |
|
IsDisposed |
Gets a flag that indicates whether the object has been disposed.
(Inherited from AdapterLoaderT) |
|
IsolateAdapters |
Gets or sets a boolean value that indicates whether Adapters are loaded in separate AppDomain for isolated execution.
(Inherited from AdapterLoaderT) |
|
MonitorAdapters |
Gets or sets a boolean value that indicates whether resource utilization of Adapters executing in isolation is to be monitored.
(Inherited from AdapterLoaderT) |
|
Name |
Gets the unique identifier of the AdapterLoaderT.
(Inherited from AdapterLoaderT) |
|
OperationQueue |
Gets the ProcessQueueT object to be used for queuing operations to be executed on Adapters.
(Inherited from AdapterLoaderT) |
|
PersistSettings |
Gets or sets a boolean value that indicates whether AdapterLoaderT settings are to be saved to the config file.
(Inherited from AdapterLoaderT) |
|
SettingsCategory |
Gets or sets the category under which AdapterLoaderT settings are to be saved to the config file if the PersistSettings property is set to true.
(Inherited from AdapterLoaderT) |
|
Status |
Gets the descriptive status of the AdapterLoaderT.
(Inherited from AdapterLoaderT) |
|
WatchForAdapters |
Gets or sets a boolean value that indicates whether the AdapterDirectory is to be monitored for new Adapters.
(Inherited from AdapterLoaderT) |