Data.Cloud.AmazonAPI.TAmazonConnectionInfo.QueueEndpoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property QueueEndpoint: string read GetQueueEndpoint write SetQueueEndpoint;

C++

__property System::UnicodeString QueueEndpoint = {read=GetQueueEndpoint, write=SetQueueEndpoint};

Properties

Type Visibility Source Unit Parent
property published
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonConnectionInfo

Description

The host or endpoint to use when connecting with the queue service.

QueueEndpoint represents the host or endpoint to use when connecting with the queue service.

See Also