Data.Cloud.AmazonAPI.TAmazonQueueService.SetQueueAttributes
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp
| |
Unit: Data.Cloud.AmazonAPI | |
Parent: TAmazonQueueService |
Delphi
function SetQueueAttributes(const AQueueURL: string; AAttributes: array of TQueueAttributePair;
const AResponseInfo: TCloudResponseInfo): Boolean;
C++
bool __fastcall SetQueueAttributes(const System::UnicodeString AQueueURL, System::Generics::Collections::TPair__2<TAmazonQueueAttribute,System::UnicodeString> *AAttributes, const System::NativeInt AAttributes_High, Data::Cloud::Cloudapi::TCloudResponseInfo* const AResponseInfo);
Description
Sets the attributes for the given queue.