Edit

Share via


WorkflowQueuingService.DeleteWorkflowQueue(IComparable) Method

Definition

Deletes the specified WorkflowQueue.

public:
 void DeleteWorkflowQueue(IComparable ^ queueName);
public void DeleteWorkflowQueue(IComparable queueName);
member this.DeleteWorkflowQueue : IComparable -> unit
Public Sub DeleteWorkflowQueue (queueName As IComparable)

Parameters

queueName
IComparable

The name of the WorkflowQueue to delete.

Exceptions

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

Applies to