DispatcherScheduleAction Method (Fixed, Action) |
Schedule an action to be invoked in the future.
Namespace:
Demo3D.EventQueue
Assembly:
Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntaxpublic Event ScheduleAction(
Fixed secondsFromNow,
Action action
)
Parameters
- secondsFromNow
- Type: Demo3D.EventQueueFixed
The duration in seconds before the action should be invoked. - action
- Type: SystemAction
The action to be invoked.
Return Value
Type:
EventThe future event which, can be canceled.
See Also