DispatcherScheduleActionAt Method (Fixed, ActionObject, Object) |
Schedule an action to be invoked in the future.
Namespace:
Demo3D.EventQueue
Assembly:
Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 11.0.0.7658
Syntaxpublic Event ScheduleActionAt(
Fixed t,
Action<Object> action,
Object state
)
Parameters
- t
- Type: Demo3D.EventQueueFixed
The specific time that the action should be invoked. - action
- Type: SystemActionObject
The action to be invoked. - state
- Type: SystemObject
The state for the action to be invoked.
Return Value
Type:
EventThe future event which, can be canceled.
See Also