[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, _
timeoutIn As Integer _
) |
C# |
---|
public void Enqueue (
T item,
int timeoutIn
) |
C++ |
---|
public:
void Enqueue (
T item,
int timeoutIn
) |
Parameters
- item ()
- The object to add to the queue
- timeoutIn (System.Int32)
- Timeout in milliseconds for call