EnqueueResult

Use these constants to determine the value of the enqueueRes parameter of the Queue.Enqueue method.

  • EnqueueResult_DiscardedElement –(Value: 1) The new element was added to the queue, but an element was discarded.
  • EnqueueResult_Enqueued –(Value: 0) The new element was added to the queue.
  • EnqueueResult_NotEnqueued –(Value: 2) The new element was not added to the queue.

See Also

Queue.Enqueue