BackgroundThreadQueueTEnqueue Method |
Adds a new item to the queue and signals the background thread that there is something to process.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Enqueue(
T item
)
Public Sub Enqueue (
item As T
)
public:
void Enqueue(
T item
)
member Enqueue :
item : 'T -> unit
Parameters
- item
- Type: T
See Also