[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Default constructor
Namespace: Microsoft.WebSolutionsPlatform.Event
Assembly: WspEventRouter (WspEventRouter)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _
capacity As Integer _
) |
C# |
---|
public SynchronizationQueue (
int capacity
) |
C++ |
---|
public:
SynchronizationQueue (
int capacity
) |
Parameters
- capacity (System.Int32)
- The initial number of elements that the Generic Queue can contain