EventQueue Constructor
Initializes a new instance of the EventQueue class.
public EventQueue(
byte id = 0,
byte type = EventQueueType.Master,
byte priority = EventQueuePriority.Normal,
int size = 100000,
EventBus bus = null
)
This language is not supported or no code example is available.
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Parameters
-
id
-
byte
The identifier.
-
type
-
byte
The type.
-
priority
-
byte
The priority.
-
size
-
int
The size.
-
bus
-
EventBus
In this article
Definition