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