DSAzure.TAzureQueueService.DeleteQueue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DeleteQueue(const QueueName: String): boolean;

C++

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

Properties

Type Visibility Source Unit Parent
function public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureQueueService

Description

Deletes the given queue.

DeleteQueue deletes the queue with the given name.

See Also