RealTimeMonitor Class
Represents the operations that are used to monitor critical system services.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.RealTime
Assembly: RealTimeMonitor (in RealTimeMonitor.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.NetworkHealth.RealTime.RealTimeMonitor
Syntax
public class RealTimeMonitor
public ref class RealTimeMonitor
Public Class RealTimeMonitor
Constructors
Name | Description | |
---|---|---|
RealTimeMonitor() | Initializes a new instance of the RealTimeMonitor class. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Start() | Overrides the OnStart method of ServiceBase to initialize real-time monitoring. |
|
Stop() | Overrides the OnStop method of ServiceBase to free resources that were used during running. |
|
ToString() | (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
ExecutionHandler | Handles events fired by an instance of the RealTimeMonitor class. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.NetworkHealth.RealTime Namespace
Return to top