次の方法で共有


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

See Also

LocalAlertManager Overload
LocalAlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top