Class QueueSinkQueueSizes

Contains information about the current queue lengths inside the queue sink

Inheritance
QueueSinkQueueSizes
Namespace: ic4
Assembly: ic4dotnet.dll
Syntax
public class QueueSinkQueueSizes

Properties

FreeQueueLength

Number of image buffers in the free queue

Declaration
public int FreeQueueLength { get; }
Property Value
Type Description
int

Number of image buffers in the free queue

OutputQueueLength

Number of filled image buffers in the output queue

Declaration
public int OutputQueueLength { get; }
Property Value
Type Description
int

Number of filled image buffers in the output queue