Data.Cloud.CloudAPI.TCloudQueue

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TCloudQueue = record

C++

struct DECLSPEC_DRECORD TCloudQueue
{
public:
    System::UnicodeString Name;
    System::UnicodeString URL;
    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
record
struct
public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI Data.Cloud.CloudAPI


Beschreibung

Wird als Bezeichner für eine einzelne Queue verwendet.

Siehe auch