Taal

WorkflowQueuingService.Exists(IComparable) Methode

Definitie

Tests voor het bestaan van de opgegeven 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

De naam van de WorkflowQueue.

Retouren

trueindien aanwezigWorkflowQueue, anders. false

Uitzonderingen

queueName is een null-verwijzing (Nothing in Visual Basic).

Van toepassing op