Skip to content

Enum QueueFullMode

Namespace: DotBoxD.Services.Transport
Assembly: DotBoxD.Services.dll

Controls what a bounded DotBoxD queue does when it is full.

public enum QueueFullMode

DropIncoming = 1

Drops the incoming frame when the target queue is full.

Wait = 0

Waits for queue space instead of dropping the incoming frame.