Data.Cloud.CloudAPI.TCloudQueue.Create
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 |
---|---|
|
Der Name der Queue |
|
Der URL der Queue |