Incoming packets are handled using a flexible QueueItemPriority (Default - QueueItemPriority.Normal). Reserved internal
packet types and packets marked with QueueItemPriority.Highest are not enqueued but handled in real time by the thread
handling the incoming data. You are free to specify the queue item priority for packet handlers using this
SendReceiveOptions by setting this value as desired. CAUTION: Only use QueueItemPriority.Highest sparingly.
Namespace: NetworkCommsDotNetAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Property Value
Type: QueueItemPrioritySee Also