Click or drag to resize

DispatcherAddAction(Action, Object) Method

Invoke an action asynchronously at the current time.

Namespace: Demo3D.EventQueue
Assembly: Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 19.00.00
Syntax
C#
public void AddAction(
	Action action,
	Object description
)

Parameters

action  Action
The action to be invoked.
description  Object
An object that describes the action.
See Also