Share via


IMessenger Interface

 

Represents the operations that are used to raise an alert when a system event occurs.

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

Syntax

public interface IMessenger
public interface class IMessenger
Public Interface IMessenger

Methods

Name Description
System_CAPS_pubmethod Execute()

Represents the action that is performed in response to an event that occurred. This action should initiate the raising of an alert.

System_CAPS_pubmethod Setup()

Represents the operation that is used to set up the action.

See Also

Microsoft.WindowsServerSolutions.NetworkHealth.RealTime Namespace

Return to top