RealTimeMonitor Class

 

Represents the operations that are used to monitor critical system services.

Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.RealTime
Assembly:  RealTimeMonitor (in RealTimeMonitor.dll)

System::Object
  Microsoft.WindowsServerSolutions.NetworkHealth.RealTime::RealTimeMonitor

public ref class RealTimeMonitor 

NameDescription
System_CAPS_pubmethodRealTimeMonitor()

Initializes a new instance of the RealTimeMonitor class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodStart()

Overrides the OnStart method of ServiceBase to initialize real-time monitoring.

System_CAPS_pubmethodStop()

Overrides the OnStop method of ServiceBase to free resources that were used during running.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventExecutionHandler

Handles events fired by an instance of the RealTimeMonitor class.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: