Edit

Share via


WorkflowQueuingService.GetWorkflowQueue(IComparable) Method

Definition

Retrieves the specified WorkflowQueue.

public:
 System::Workflow::Runtime::WorkflowQueue ^ GetWorkflowQueue(IComparable ^ queueName);
public System.Workflow.Runtime.WorkflowQueue GetWorkflowQueue(IComparable queueName);
member this.GetWorkflowQueue : IComparable -> System.Workflow.Runtime.WorkflowQueue
Public Function GetWorkflowQueue (queueName As IComparable) As WorkflowQueue

Parameters

queueName
IComparable

The name of the WorkflowQueue to retrieve.

Returns

A WorkflowQueue object.

Exceptions

queueName is a null reference (Nothing in Visual Basic).

The specified WorkflowQueue was not found.

Applies to