DispatcherAddAction Method (Action, Object) |
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,
Object description
)
Parameters
- action
- Type: SystemAction
The action to be invoked. - description
- Type: SystemObject
An object that describes the action.
See Also