This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Removes and returns the object at the beginning of the queue.
Namespace: Smartsite.Tools.Caching
Assembly: Smartsite.Tools (in Smartsite.Tools.dll)
Syntax
C# | Copy Code |
---|---|
public Dequeue() |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Function Dequeue As |
Return Value
The object at the beginning of the queue.See Also
ProducerConsumerQueue Class
Smartsite.Tools.Caching Namespace