WorkflowQueuingService.Exists(IComparable) 方法

定义

测试是否存在指定的 WorkflowQueue

public:
 bool Exists(IComparable ^ queueName);
public bool Exists(IComparable queueName);
member this.Exists : IComparable -> bool
Public Function Exists (queueName As IComparable) As Boolean

参数

queueName
IComparable

WorkflowQueue的名称。

返回

true 如果存在, WorkflowQueue 则为 .;否则为 false

例外

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

适用于