WorkflowQueuingService.DeleteWorkflowQueue(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.
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).