Data.Cloud.AzureAPI.TAzureQueueService.GetMaxMessageReturnCount

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetMaxMessageReturnCount: Integer;

C++

int __fastcall GetMaxMessageReturnCount();

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