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 | |
---|---|---|
Execute() | Represents the action that is performed in response to an event that occurred. This action should initiate the raising of an alert. |
|
Setup() | Represents the operation that is used to set up the action. |
See Also
Microsoft.WindowsServerSolutions.NetworkHealth.RealTime Namespace
Return to top