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.
public:  
EventQueue( 
Byte id
Byte type
Byte priority
int size
EventBus^ bus 
)
This language is not supported or no code example is available.
public function EventQueue( 
id : byte
type : byte
priority : byte
size : int
bus : EventBus 
);
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