WorkflowQueuingService.Exists(IComparable) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).