Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- action 
 Type: System.Action- The action to send. 
See Also
AlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top