Click or drag to resize
IQueue Interface
The interface for queues that can be interrogated to find out how many items they are holding.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IQueue

The IQueue type exposes the following members.

Properties
  NameDescription
Public propertyCountDroppedItems
Gets the total number of items dropped from the queue.
Public propertyCountQueuedItems
Gets the number of items in the queue.
Public propertyName
Gets the name of the queue.
Public propertyPeakQueuedItems
Gets the largest number of items ever held in the queue.
Top
See Also