[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
CLSCompliantAttributeBoolean
Assembly: WspSharedQueue (WspSharedQueue)
Value
False
Add an element to the queue.
Namespace: Microsoft.WebSolutionsPlatform.Common
Assembly: WspSharedQueue (WspSharedQueue)
Syntax
Visual Basic (Declaration) |
---|
<CLSCompliantAttribute(False)> _ Public Sub Enqueue ( _ ByRef item As Byte(), _ timeout As UInteger _ ) |
C# |
---|
[CLSCompliantAttribute(false)] public void Enqueue ( ref byte[] item, uint timeout ) |
C++ |
---|
[CLSCompliantAttribute(false)] public: void Enqueue ( array<unsigned char>^% item, unsigned int timeout ) |
Parameters
- item ()
- Item being added to the queue
- timeout (System.UInt32)
- Timeout for the operation