Data.Cloud.CloudAPI.TCloudQueue.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Unit: Data.Cloud.CloudAPI
Parent: TCloudQueue

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

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