Partager via


AlertManager Constructor (Boolean, SynchronizationContext)

 

Creates a new instance of the AlertManager object, using the specified server client and sync context.

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

Syntax

protected AlertManager(
    bool serverClient,
    SynchronizationContext syncContext
)
protected:
AlertManager(
    bool serverClient,
    SynchronizationContext^ syncContext
)
Protected Sub New (
    serverClient As Boolean,
    syncContext As SynchronizationContext
)

Parameters

  • serverClient
    Type: System.Boolean

    True to create the client to the server alert provider service.

See Also

AlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top