Enum TeeQueueLeaky
- Namespace
- VisioForge.Core.Types.X.Special
- Assembly
- VisioForge.Core.dll
Specifies where the queue leaks, if at all.
public enum TeeQueueLeakyFields
No = 0-
No leaking - queue will block when full.
Upstream = 1-
Leak on upstream side (drop incoming buffers when full).
Downstream = 2-
Leak on downstream side (drop old buffers when full).