This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Adds the object at the end of the queue.
Namespace: Smartsite.Tools.Caching
Assembly: Smartsite.Tools (in Smartsite.Tools.dll)
Syntax
C# | Copy Code |
---|---|
public void Enqueue( queueItem ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Sub Enqueue ( _ queueItem As _ ) |
Parameters
- queueItem
- Object
See Also
ProducerConsumerQueue Class
Smartsite.Tools.Caching Namespace