WorkflowQueuingService.Exists(IComparable) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Teste l’existence de l’objet spécifié WorkflowQueue.
public:
bool Exists(IComparable ^ queueName);
public bool Exists(IComparable queueName);
member this.Exists : IComparable -> bool
Public Function Exists (queueName As IComparable) As Boolean
Paramètres
- queueName
- IComparable
Nom du WorkflowQueue.
Retours
true s’il WorkflowQueue existe ; sinon, false.
Exceptions
queueName est une référence Null (Nothing dans Visual Basic).