DispatcherAddAction Method (Action) |
Invoke an action asynchronously at the current time.
Namespace:
Demo3D.EventQueue
Assembly:
Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntaxpublic void AddAction(
Action action
)
Parameters
- action
- Type: SystemAction
The action to be invoked.
See Also