DispatcherAddAction Method (ActionObject, Object) |
Invoke an action asynchronously at the current time.
Namespace:
Demo3D.EventQueue
Assembly:
Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 11.0.0.7658
Syntaxpublic void AddAction(
Action<Object> action,
Object state
)
Parameters
- action
- Type: SystemActionObject
The action to be invoked. - state
- Type: SystemObject
The state to be based to the action to be invoked.
See Also