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.
Handles events fired by an instance of the RealTimeMonitor class.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.RealTime
Assembly: RealTimeMonitor (in RealTimeMonitor.dll)
Syntax
public event EventHandler<RealTimeMonitorEventArgs> ExecutionHandler
public:
event EventHandler<RealTimeMonitorEventArgs^>^ ExecutionHandler {
void add(EventHandler<RealTimeMonitorEventArgs^>^ value);
void remove(EventHandler<RealTimeMonitorEventArgs^>^ value);
}
Public Event ExecutionHandler As EventHandler(Of RealTimeMonitorEventArgs)
See Also
RealTimeMonitor Class
Microsoft.WindowsServerSolutions.NetworkHealth.RealTime Namespace
Return to top