API:Data.Cloud.AmazonAPI.TAmazonService.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TAmazonService();

Properties

Type Visibility Source Unit Parent
destructor public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI 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