Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains arguments for real time monitor events.
Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.RealTime
Assembly:  RealTimeMonitor (in RealTimeMonitor.dll)
Inheritance Hierarchy
System.Object
  System.EventArgs
    Microsoft.WindowsServerSolutions.NetworkHealth.RealTime.RealTimeMonitorEventArgs
Syntax
public class RealTimeMonitorEventArgs : EventArgs
public ref class RealTimeMonitorEventArgs : EventArgs
Public Class RealTimeMonitorEventArgs
    Inherits EventArgs
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | RealTimeMonitorEventArgs(RealTimeMonitorType) | Creates and initializes a new instance of the RealTimeMonitorEventArgs class with a specified real time monitor type. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | MonitorId | Gets the type of a real time monitor. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
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