WorkflowQueuingService.GetWorkflowQueue(IComparable) 方法

定义

检索指定的 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

参数

queueName
IComparable

要检索的名称 WorkflowQueue

返回

WorkflowQueue 对象。

例外

queueName是空引用(Visual Basic 中的 Nothing)。

找不到指定的 WorkflowQueue 值。

适用于