WorkflowQueuingService.GetWorkflowQueue(IComparable) Yöntem

Tanım

Belirtilen WorkflowQueueöğesini alır.

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

Parametreler

queueName
IComparable

Alınacak öğesinin WorkflowQueue adı.

Döndürülenler

Bir WorkflowQueue nesnesi.

Özel durumlar

queueName null başvurudur (Visual Basic Nothing).

Belirtilen WorkflowQueue bulunamadı.

Şunlara uygulanır