DSAzure.TAzureQueueService.GetPopReceipt

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetPopReceipt(const QueueMessage: String): String;

C++

System::UnicodeString __fastcall GetPopReceipt(const System::UnicodeString QueueMessage);

Description

Parses the given XML string for the pop receipt.

GetPopReceipt takes in an XML string representing a single queue message and parses it for the pop receipt of the message. This can later be used to delete the message.

See Also