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

CLSCompliantAttributeBoolean

Value

False
Size in bytes of the SharedQueue

Namespace: Microsoft.WebSolutionsPlatform.Event.PubSubManager
Assembly: PubSubMgr (PubSubMgr)

Syntax

Visual Basic (Declaration)
<CLSCompliantAttribute(False)> _
Public ReadOnly Property QueueSize As UInteger
C#
[CLSCompliantAttribute(false)]
public uint QueueSize { get; }
C++
[CLSCompliantAttribute(false)]
public:
unsigned int QueueSize {
	unsigned int get ();
}