Click or drag to resize
BackgroundThreadQueueTEnqueue Method
Adds a new item to the queue and signals the background thread that there is something to process.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Enqueue(
	T item
)

Parameters

item
Type: T
See Also