Data.Cloud.AzureAPI.TAzureQueueService.GetMaxMessageReturnCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMaxMessageReturnCount: Integer;

C++

int __fastcall GetMaxMessageReturnCount();

Properties

Type Visibility Source Unit Parent
function public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureQueueService

Description

Returns the maximum number of queue messages that can be returned.

The GetMaxMessageReturnCount method returns the number of queue messages that can be returned by the API for a given queue.

See Also