次の方法で共有


AlertManager.RunOrSendToSynchronizationContext Method (Action)

 

Attempts to send an action to under the synchronization context, unless there is no synchronization context is set.

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

Syntax

protected void RunOrSendToSynchronizationContext(
    Action action
)
protected:
void RunOrSendToSynchronizationContext(
    Action^ action
)
Protected Sub RunOrSendToSynchronizationContext (
    action As Action
)

Parameters

See Also

AlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top