แก้ไข

แชร์ผ่าน


WorkflowQueuingService.Exists(IComparable) Method

Definition

Tests for the existence of the specified WorkflowQueue.

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

Parameters

queueName
IComparable

The name of the WorkflowQueue.

Returns

true if the WorkflowQueue exists; otherwise, false.

Exceptions

queueName is a null reference (Nothing in Visual Basic).

Applies to