WorkflowQueue.Enqueue(Object) Method

Definition

Adds an object to the end of the WorkflowQueue.

public:
 void Enqueue(System::Object ^ item);
public void Enqueue (object item);
member this.Enqueue : obj -> unit
Public Sub Enqueue (item As Object)

Parameters

item
Object

The object to add to the WorkflowQueue.

Exceptions

Applies to