Data.Cloud.AzureAPI.TAzureQueueService.GetQueueServiceStatsXML
Delphi
function GetQueueServiceStatsXML(const AResponseInfo: TCloudResponseInfo): string;
C++
System::UnicodeString __fastcall GetQueueServiceStatsXML(Data::Cloud::Cloudapi::TCloudResponseInfo* const AResponseInfo);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp |
Data.Cloud.AzureAPI | TAzureQueueService |
Beschreibung
Gibt eine XML-Repräsentation der Statistik des Queue-Dienstes zurück.
AResponseInfo
ist eine optionale Instanz von TCloudResponseInfo, um die Informationen der Antwort zu speichern. Verwenden Sie einen nil-Wert, wenn Sie die Informationen der Antwort nicht benötigen.