[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

CLSCompliantAttributeBoolean

Value

False
Base constructor to join an existing SharedQueue.

Namespace: Microsoft.WebSolutionsPlatform.Common
Assembly: WspSharedQueue (WspSharedQueue)

Syntax

Visual Basic (Declaration)
<CLSCompliantAttribute(False)> _
Public Sub New ( _
	name As String, _
	averageItemSize As UInteger _
)
C#
[CLSCompliantAttribute(false)]
public SharedQueue (
	string name,
	uint averageItemSize
)
C++
[CLSCompliantAttribute(false)]
public:
SharedQueue (
	String^ name, 
	unsigned int averageItemSize
)

Parameters

name (System.String)
Name of the SharedQueue
averageItemSize (System.UInt32)
Average expected size in bytes of items in queue