次の方法で共有


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
System_CAPS_pubmethod RealTimeMonitor()

Initializes a new instance of the RealTimeMonitor class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Start()

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

System_CAPS_pubmethod Stop()

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

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Events

Name Description
System_CAPS_pubevent 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