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.BooleanTrue to create the client to the server alert provider service.
syncContext
Type: System.Threading.SynchronizationContextThe sync context to used for connecting to alert provider services.
See Also
AlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top