Service
|
The ServiceMonitors type exposes the following members.
Name | Description | |
---|---|---|
Dispose |
Releases all the resources used by the AdapterLoaderT.
(Inherited from AdapterLoaderT) |
|
Dispose(Boolean) |
Releases the unmanaged resources used by the AdapterLoaderT and optionally releases the managed resources.
(Inherited from AdapterLoaderT) |
|
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.
(Overrides AdapterLoaderTExecuteAdapterOperation(T, Object)) |
|
Finalize |
Releases the unmanaged resources before the AdapterLoaderT is reclaimed by GC.
(Inherited from AdapterLoaderT) |
|
GetHashCode | Serves as the default hash function. (Inherited from Object) |
|
GetMemoryUsage |
Gets the memory usage in bytes of the specified process.
(Inherited from AdapterLoaderT) |
|
GetProcessorUsage |
Gets the % processor usage of the specified process.
(Inherited from AdapterLoaderT) |
|
GetType | Gets the Type of the current instance. (Inherited from Object) |
|
HandleClientMessage | Handles messages sent by a client. | |
HandleServiceError | Handles messages received by the service whenever the service encounters an error. | |
HandleServiceHeartbeat | Handles notifications from the service that occur on an interval to indicate that the service is still running. | |
Initialize |
Initializes the AdapterLoaderT.
(Inherited from AdapterLoaderT) |
|
Initialize(IEnumerableType) |
Initializes the AdapterLoaderT.
(Inherited from AdapterLoaderT) |
|
LoadSettings |
Loads saved AdapterLoaderT settings from the config file if the PersistSettings property is set to true.
(Inherited from AdapterLoaderT) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
|
MonitorAdapterResources |
Monitors the resource utilization of Adapters.
(Inherited from AdapterLoaderT) |
|
OnAdapterCreated |
Raises the AdapterCreated event.
(Inherited from AdapterLoaderT) |
|
OnAdapterLoaded |
Raises the AdapterLoaded event.
(Inherited from AdapterLoaderT) |
|
OnAdapterLoadException |
Raises the AdapterLoadException event.
(Inherited from AdapterLoaderT) |
|
OnAdapterResourceUsageExceeded |
Raises the AdapterResourceUsageExceeded event.
(Inherited from AdapterLoaderT) |
|
OnAdapterUnloaded |
Raises the AdapterUnloaded event.
(Inherited from AdapterLoaderT) |
|
OnOperationExecutionException |
Raises the OperationExecutionException event.
(Inherited from AdapterLoaderT) |
|
ProcessAdapter(String) |
Processes the adapterFile by deserializing it.
(Inherited from AdapterLoaderT) |
|
ProcessAdapter(Type) |
Processes the adapterType by instantiating it.
(Inherited from AdapterLoaderT) |
|
SaveSettings |
Saves AdapterLoaderT settings to the config file if the PersistSettings property is set to true.
(Inherited from AdapterLoaderT) |
|
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) |