AlertSynchProviderClient Class

 

Enables the implementation of an alert subsystem that synchronizes alerts with the Alert Provider.

Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)

System::Object
  Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework::AlertSynchProviderClient

public ref class AlertSynchProviderClient sealed : IDisposable

NameDescription
System_CAPS_pubmethodAlertSynchProviderClient()

Initializes a new instance of the AlertSynchProviderClient class.

NameDescription
System_CAPS_pubpropertyConnected

Indicates whether the alert subsystem is connected to the Alert Provider.

NameDescription
System_CAPS_pubmethodClearCallbackCommandQueue(String^)

Clears the callback command queue if an alert agent is not running on the client computer.

System_CAPS_pubmethodConnect()

Connects the alert subsystem to the Alert Provider.

System_CAPS_pubmethodConnectAsync()

Asynchronously connects the alert subsystem to the Alert Provider.

System_CAPS_pubmethodDisconnect()

Disconnects the client computer from the Alert Provider.

System_CAPS_pubmethodDispose()

Releases all of the resources that are used by the AlertSynchProviderClient object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSynchronizeAlerts(IList<AlertInfo^>^, String^, TaskType)

Synchronizes alerts with the Alert Provider.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventConnectionClosed

Represents the event that is raised when the connection to the Alert Provider is closed.

System_CAPS_pubeventConnectionOpened

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.

Return to top

Community Additions

ADD
Show: