DSAzure.TAzureQueueService.GetPopReceipt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPopReceipt(const QueueMessage: String): String;

C++

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

Properties

Type Visibility Source Unit Parent
function public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureQueueService

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