Data.Cloud.CloudAPI.TCloudQueue

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

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