Click or drag to resize

DataServices Properties

The DataServices type exposes the following members.

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