Adapter
|
The AdapterLoaderT type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Releases all the resources used by the AdapterLoaderT. | |
Dispose(Boolean) | Releases the unmanaged resources used by the AdapterLoaderT and optionally releases the managed resources. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
|
ExecuteAdapterOperation | Executes an operation on the adapter with the given data. | |
Finalize |
Releases the unmanaged resources before the AdapterLoaderT is reclaimed by GC.
(Overrides ObjectFinalize) |
|
GetHashCode | Serves as the default hash function. (Inherited from Object) |
|
GetMemoryUsage | Gets the memory usage in bytes of the specified process. | |
GetProcessorUsage | Gets the % processor usage of the specified process. | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
|
Initialize | Initializes the AdapterLoaderT. | |
Initialize(IEnumerableType) | Initializes the AdapterLoaderT. | |
LoadSettings | Loads saved AdapterLoaderT settings from the config file if the PersistSettings property is set to true. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
|
MonitorAdapterResources | Monitors the resource utilization of Adapters. | |
OnAdapterCreated | Raises the AdapterCreated event. | |
OnAdapterLoaded | Raises the AdapterLoaded event. | |
OnAdapterLoadException | Raises the AdapterLoadException event. | |
OnAdapterResourceUsageExceeded | Raises the AdapterResourceUsageExceeded event. | |
OnAdapterUnloaded | Raises the AdapterUnloaded event. | |
OnOperationExecutionException | Raises the OperationExecutionException event. | |
ProcessAdapter(String) | Processes the adapterFile by deserializing it. | |
ProcessAdapter(Type) | Processes the adapterType by instantiating it. | |
SaveSettings | Saves AdapterLoaderT settings to the config file if the PersistSettings property is set to true. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |
|
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |