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

Adds an object to the end of the Generic Queue

Namespace: Microsoft.WebSolutionsPlatform.Event
Assembly: WspEventRouter (WspEventRouter)

Syntax

Visual Basic (Declaration)
Public Sub Enqueue ( _
	item As T _
)
C#
public void Enqueue (
	T item
)
C++
public:
void Enqueue (
	T item
)

Parameters

item ()
The object to add to the queue