DSAzure.TAzureQueueService.DeleteQueue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureQueueService

Delphi

function DeleteQueue(const QueueName: String): boolean;

C++

bool __fastcall DeleteQueue(const System::UnicodeString QueueName);

Description

Deletes the given queue.

DeleteQueue deletes the queue with the given name.

See Also