LocalAlertManager Constructor (SynchronizationContext)
Initializes a new instance of the LocalAlertManager class with the specified synchronization object.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public LocalAlertManager(
SynchronizationContext syncContext
)
public:
LocalAlertManager(
SynchronizationContext^ syncContext
)
Public Sub New (
syncContext As SynchronizationContext
)
Parameters
syncContext
Type: System.Threading.SynchronizationContextThe SynchronizationContext object that is used to connect to the Alert Provider.
See Also
LocalAlertManager Overload
LocalAlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top