[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
Base constructor to create a new SharedQueue.
Namespace: Microsoft.WebSolutionsPlatform.Common
Assembly: WspSharedQueue (WspSharedQueue)
Syntax
Visual Basic (Declaration) |
---|
<CLSCompliantAttribute(False)> _ Public Sub New ( _ name As String, _ size As UInteger, _ averageItemSize As UInteger _ ) |
C# |
---|
[CLSCompliantAttribute(false)] public SharedQueue ( string name, uint size, uint averageItemSize ) |
C++ |
---|
[CLSCompliantAttribute(false)] public: SharedQueue ( String^ name, unsigned int size, unsigned int averageItemSize ) |
Parameters
- name (System.String)
- Name of the SharedQueue
- size (System.UInt32)
- Size in bytes of the queue
- averageItemSize (System.UInt32)
- Average expected size in bytes of items in queue