SendReceiveOptions ReceiveHandlePriority Property NetworkComms.Net Help
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: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public QueueItemPriority ReceiveHandlePriority { get; set; }

Property Value

Type: QueueItemPriority
See Also