API:Data.Cloud.CloudAPI.TCloudQueue

From RAD Studio API Documentation
Jump to: navigation, search

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 */;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI Data.Cloud.CloudAPI

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!