WorkflowQueuingService.GetWorkflowQueue(IComparable) Methode

Definition

Ruft die angegebene 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

Parameter

queueName
IComparable

Der Name des WorkflowQueue abzurufenden Vorgangs.

Gibt zurück

Ein WorkflowQueue-Objekt.

Ausnahmen

queueName ist ein Nullverweis (Nothing in Visual Basic).

Die angegebene Datei WorkflowQueue wurde nicht gefunden.

Gilt für: