[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 ( _
	collection As IEnumerable(Of T) _
)
C#
public SynchronizationQueue (
	IEnumerable<T> collection
)
C++
public:
SynchronizationQueue (
	IEnumerable<T>^ collection
)

Parameters

collection (System.Collections.Generic.IEnumerable<(Of T>)<>)
The collection whose elements are copied to the new Generic Queue