WorkflowQueuingService.GetWorkflowQueue(IComparable) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索指定的 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 值。