Click or drag to resize

Dispatcher Class

A class for manging asynchronous/future actions/coroutines in simulation time.
Inheritance Hierarchy
SystemObject
  Demo3D.EventQueueDispatcher

Namespace:  Demo3D.EventQueue
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 11.0.0.7658
Syntax
C#
public class Dispatcher

The Dispatcher type exposes the following members.

Constructors
  NameDescription
Public methodDispatcher
Initializes a new instance of the Dispatcher class
Top
Properties
  NameDescription
Public propertyFutureActions
Get all current actions and future events for debugging.
Public propertyNextAction
Get the next time/action pair that will be executed.
Public propertyTime
The current simulation time in a fixed point format for deterministic simulation behavior.
Top
Methods
See Also