WorkflowQueuingService.Exists(IComparable) Methode

Definition

Tests für das Vorhandensein der angegebenen WorkflowQueue.

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

Parameter

queueName
IComparable

Der Name des WorkflowQueue.

Gibt zurück

true falls vorhanden WorkflowQueue ; andernfalls false.

Ausnahmen

queueName ist ein Nullverweis (Nothing in Visual Basic).

Gilt für: