Click or drag to resize
BackgroundThreadQueueTEnqueueRange Method
Adds many items to the queue simultaneously.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void EnqueueRange(
	IEnumerable<T> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableT
See Also