DSAzure.TAzureQueueService.CreateQueue

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CreateQueue(const QueueName: String): boolean; overload;
function CreateQueue(const QueueName: String; const MetaDataHeaders: TStringList): boolean; overload;

C++

bool __fastcall CreateQueue(const System::UnicodeString QueueName)/* overload */;
bool __fastcall CreateQueue(const System::UnicodeString QueueName, System::Classes::TStringList* const MetaDataHeaders)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureQueueService


Beschreibung

Erstellt eine neue Queue.

CreateQueue erstellt eine neue Queue im verbundenen Queue-Dienstkonto. Der übergebene QueueName wird der Name der neu erstellten Queue sein. Sie können optional eine TStringList mit Schlüssel/Wertepaaren angeben, die der Queue als Metadaten zugeordnet werden.

Siehe auch