RemoveQueue() public method

Attempts to delete an existing queue
Any data in the queue will be lost. Will cause exceptions in any producer/consumer that is connected
public RemoveQueue ( ) : QueueRemoveResult
return QueueRemoveResult
 /// <inheritdoc />
 public QueueRemoveResult RemoveQueue()
 {
     return(_creation.RemoveQueue());
 }