Data.Cloud.AzureAPI.TAzureQueueService.GetQueueServiceStatsXML

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetQueueServiceStatsXML(const AResponseInfo: TCloudResponseInfo): string;

C++

System::UnicodeString __fastcall GetQueueServiceStatsXML(Data::Cloud::Cloudapi::TCloudResponseInfo* const AResponseInfo);

Description

Returns an XML representation of the statistics of the queue service.

AResponseInfo is an optional instance of TCloudResponseInfo to store the information of the response. Use a nil value if you do not need the information of the response.

See Also