DSAzure.TAzureQueueService

From RAD Studio API Documentation
Jump to: navigation, search

DSAzure.TAzureServiceSystem.TObjectTAzureQueueService
[–] Properties
Type: class
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: DSAzure

Delphi

TAzureQueueService = class(TAzureService)

C++

class PASCALIMPLEMENTATION TAzureQueueService : public TAzureService

Description

API for working with a Microsoft Azure queue service.

TAzureQueueService provides functions specific to interacting with the queue service, such as adding, deleting, editing, and viewing queues.

See Also