Click or drag to resize

IServiceMonitor Methods

The IServiceMonitor type exposes the following members.

Methods
  Name Description
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
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 state of the object.
(Inherited from ISupportLifecycle)
Public method LoadSettings Loads saved settings from the config file.
(Inherited from IPersistSettings)
Public method SaveSettings Saves settings to the config file.
(Inherited from IPersistSettings)
Top
See Also