Click or drag to resize

ProcessQueueEnqueue Method

Adds a new item to the queue.
Overload List
  NameDescription
Public methodEnqueue(Object)
Adds an object to the end of the Queue.
(Inherited from Queue.)
Public methodEnqueue(ProcessQueuedItem)
Add a new item into the process queue.
Top
See Also