Persistate API documentation
Enqueue Method (item)
NamespacesPersistate.UtilBlockingQueue<(Of <(<'T>)>)>Enqueue(T)

[This is preliminary documentation and is subject to change.]

Adds an object to the end of the BlockingQueue.
Declaration Syntax
C#
public void Enqueue(
	T item
)
Parameters
item (T)
The object to add to the BlockingQueue. The value can be null for reference types.
Remarks
If the queue is empty, and one or more threads are blocked in the Dequeue method, then one thread will be unblocked and receive the enqueued item.

Assembly: Persistate.Util (Module: Persistate.Util) Version: 0.6.1.20 (0.6.1.20)