Click or drag to resize

ServiceMonitors Methods

The ServiceMonitors type exposes the following members.

Methods
  Name Description
Public method Dispose Releases all the resources used by the AdapterLoaderT.
(Inherited from AdapterLoaderT)
Protected method Dispose(Boolean) Releases the unmanaged resources used by the AdapterLoaderT and optionally releases the managed resources.
(Inherited from AdapterLoaderT)
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Protected method ExecuteAdapterOperation Executes an operation on the adapter with the given data.
(Overrides AdapterLoaderTExecuteAdapterOperation(T, Object))
Protected method Finalize Releases the unmanaged resources before the AdapterLoaderT is reclaimed by GC.
(Inherited from AdapterLoaderT)
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Protected method GetMemoryUsage Gets the memory usage in bytes of the specified process.
(Inherited from AdapterLoaderT)
Protected method GetProcessorUsage Gets the % processor usage of the specified process.
(Inherited from AdapterLoaderT)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method HandleClientMessage Handles messages sent by a client.
Public method HandleServiceError Handles messages received by the service whenever the service encounters an error.
Public method HandleServiceHeartbeat Handles notifications from the service that occur on an interval to indicate that the service is still running.
Public method Initialize Initializes the AdapterLoaderT.
(Inherited from AdapterLoaderT)
Public method Initialize(IEnumerableType) Initializes the AdapterLoaderT.
(Inherited from AdapterLoaderT)
Public method LoadSettings Loads saved AdapterLoaderT settings from the config file if the PersistSettings property is set to true.
(Inherited from AdapterLoaderT)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Protected method MonitorAdapterResources Monitors the resource utilization of Adapters.
(Inherited from AdapterLoaderT)
Protected method OnAdapterCreated Raises the AdapterCreated event.
(Inherited from AdapterLoaderT)
Protected method OnAdapterLoaded Raises the AdapterLoaded event.
(Inherited from AdapterLoaderT)
Protected method OnAdapterLoadException Raises the AdapterLoadException event.
(Inherited from AdapterLoaderT)
Protected method OnAdapterResourceUsageExceeded Raises the AdapterResourceUsageExceeded event.
(Inherited from AdapterLoaderT)
Protected method OnAdapterUnloaded Raises the AdapterUnloaded event.
(Inherited from AdapterLoaderT)
Protected method OnOperationExecutionException Raises the OperationExecutionException event.
(Inherited from AdapterLoaderT)
Protected method ProcessAdapter(String) Processes the adapterFile by deserializing it.
(Inherited from AdapterLoaderT)
Protected method ProcessAdapter(Type) Processes the adapterType by instantiating it.
(Inherited from AdapterLoaderT)
Public method SaveSettings Saves AdapterLoaderT settings to the config file if the PersistSettings property is set to true.
(Inherited from AdapterLoaderT)
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also