AlertManager.RunOrPostToSynchronizationContext Method (Action)
Attempts to post 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 RunOrPostToSynchronizationContext(
Action action
)
protected:
void RunOrPostToSynchronizationContext(
Action^ action
)
Protected Sub RunOrPostToSynchronizationContext (
action As Action
)
Parameters
action
Type: System.ActionThe action to post.
See Also
AlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top