[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
Get an element from the queue.
Namespace: Microsoft.WebSolutionsPlatform.Common
Assembly: WspSharedQueue (WspSharedQueue)
Syntax
Visual Basic (Declaration) |
---|
<CLSCompliantAttribute(False)> _ Public Function Dequeue ( _ timeout As UInteger _ ) As Byte() |
C# |
---|
[CLSCompliantAttribute(false)] public byte[] Dequeue ( uint timeout ) |
C++ |
---|
[CLSCompliantAttribute(false)] public: array<unsigned char>^ Dequeue ( unsigned int timeout ) |
Parameters
- timeout (System.UInt32)
- Timeout for the operation