API:DSAzure.TAzureQueueService.PutMessage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function PutMessage(const QueueName: String; const MessageText: String; const TimeToLive: Integer = 0): boolean;

C++

bool __fastcall PutMessage(const System::UnicodeString QueueName, const System::UnicodeString MessageText, const int TimeToLive = 0x0);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!