API:Data.Cloud.AmazonAPI.TAmazonService.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Unit: Data.Cloud.AmazonAPI
Parent: TAmazonService

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TAmazonService();

Description

Frees the FAuthenticator and destroys the instance.

Data.Cloud.AmazonAPI.TAmazonService.Destroy inherits from Data.Cloud.CloudAPI.TCloudService.Destroy. All content below this line refers to Data.Cloud.CloudAPI.TCloudService.Destroy.

Frees the FAuthenticator and destroys the instance.

Note that Destroy only frees the authenticator and destroys the instance. The ConnectionInfo is not freed.

See Also