AlertSynchProviderClient Class
Enables the implementation of an alert subsystem that synchronizes alerts with the Alert Provider.
Assembly: AlertFramework (in AlertFramework.dll)
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework::AlertSynchProviderClient
| Name | Description | |
|---|---|---|
![]() | AlertSynchProviderClient() | Initializes a new instance of the AlertSynchProviderClient class. |
| Name | Description | |
|---|---|---|
![]() | Connected | Indicates whether the alert subsystem is connected to the Alert Provider. |
| Name | Description | |
|---|---|---|
![]() | ClearCallbackCommandQueue(String^) | Clears the callback command queue if an alert agent is not running on the client computer. |
![]() | Connect() | Connects the alert subsystem to the Alert Provider. |
![]() | ConnectAsync() | Asynchronously connects the alert subsystem to the Alert Provider. |
![]() | Disconnect() | Disconnects the client computer from the Alert Provider. |
![]() | Dispose() | Releases all of the resources that are used by the AlertSynchProviderClient object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | SynchronizeAlerts(IList<AlertInfo^>^, String^, TaskType) | Synchronizes alerts with the Alert Provider. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | ConnectionClosed | Represents the event that is raised when the connection to the Alert Provider is closed. |
![]() | ConnectionOpened | Represents the event that is raised when the connection to the Alert Provider is opened. |
You cannot run an alert agent on client computers that run the Macintosh or Windows Mobile operating systems. You can solve this issue by implementing a subsystem on the server to communicate with them. The alert subsystem uses a unique protocol and aggregates the alerts from the client computers.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


