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