WorkflowQueuingService.GetWorkflowQueue(IComparable) Método

Definición

Recupera el especificado 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

Parámetros

queueName
IComparable

Nombre del objeto WorkflowQueue que se va a recuperar.

Devoluciones

Un objeto WorkflowQueue.

Excepciones

queueName es una referencia nula (Nothing en Visual Basic).

No se encontró el especificado WorkflowQueue .

Se aplica a