Click or drag to resize

AdapterLoaderT Properties

The AdapterLoaderT type exposes the following members.

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