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

Creates a new instance of TCloudQueue.

There are two Create overloaded methods. The first one allows you to specify the name of the queue.

The following table shows the significance of the parameters:

Parameter Description

Name

The name of the queue

URL

The URL of the queue

See Also