DSAzure.TAzureQueueService.DeleteQueue
| [–] 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.