RealTimeMonitorEventArgs Constructor (RealTimeMonitorType)
Creates and initializes a new instance of the RealTimeMonitorEventArgs class with a specified real time monitor type.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.RealTime
Assembly: RealTimeMonitor (in RealTimeMonitor.dll)
Syntax
public RealTimeMonitorEventArgs(
RealTimeMonitorType monitorId
)
public:
RealTimeMonitorEventArgs(
RealTimeMonitorType monitorId
)
Public Sub New (
monitorId As RealTimeMonitorType
)
Parameters
monitorId
Type: Microsoft.WindowsServerSolutions.NetworkHealth.RealTime.RealTimeMonitorTypeThe type of the real time monitor.
See Also
RealTimeMonitorEventArgs Class
Microsoft.WindowsServerSolutions.NetworkHealth.RealTime Namespace
Return to top