BackgroundThreadQueueTMaxQueuedItems Property |
The maximum number of items allowed in the queue.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int MaxQueuedItems { get; }
Public ReadOnly Property MaxQueuedItems As Integer
Get
public:
property int MaxQueuedItems {
int get ();
}
member MaxQueuedItems : int with get
Property Value
Type:
Int32See Also