DispatcherAddAction(Action, Object) Method |
Invoke an action asynchronously at the current time.
Namespace: Demo3D.EventQueueAssembly: Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 19.00.00
Syntaxpublic void AddAction(
Action action,
Object description
)
Parameters
- action Action
- The action to be invoked.
- description Object
- An object that describes the action.
See Also