Click or drag to resize

DispatcherAddAction Method (Action)

Invoke an action asynchronously at the current time.

Namespace:  Demo3D.EventQueue
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntax
C#
public void AddAction(
	Action action
)

Parameters

action
Type: SystemAction
The action to be invoked.
See Also