API:Data.Cloud.CloudAPI.TCloudQueue.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
function public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudQueue

Description

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