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
action
Type: System.ActionThe action to send.
See Also
AlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top