Data.Cloud.CloudAPI.TCloudQueue.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function Create(Name, URL: string): TCloudQueue; overload; static;
class function Create(URL: string): TCloudQueue; overload; static;

C++

static TCloudQueue __fastcall Create(System::UnicodeString Name, System::UnicodeString URL)/* overload */;
static TCloudQueue __fastcall Create(System::UnicodeString URL)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudQueue


Beschreibung

Erstellt eine neue Instanz von TCloudQueue.

Es gibt zwei überladene Create-Methoden. Die erste ermöglicht Ihnen, den Namen der Queue anzugeben.

Die folgende Tabelle gibt die Bedeutung der Parameter an:

Parameter Beschreibung

Name

Der Name der Queue

URL

Der URL der Queue

Siehe auch