AWS SDK for .NET Documentation
Download Method (vaultName, archiveId, filePath)
AmazonAmazon.Glacier.TransferArchiveTransferManagerDownload(String, String, String) Did this page help you?   Yes   No    Tell us about it...

Downloads an Amazon Glacier archive from the specified vault for the current user's account. Saves the archive to the specified file.

This method creates an Amazon SNS topic, and an Amazon SQS queue that is subscribed to that topic. It then initiates the archive retrieval job and polls the queue for the archive to be available. This polling takes about 4 hours. Once the archive is available, download will begin.

Declaration Syntax
C#
public void Download(
	string vaultName,
	string archiveId,
	string filePath
)
Parameters
vaultName (String)
The name of the vault to download the archive from.
archiveId (String)
The unique ID of the archive to download.
filePath (String)
The file path to save the archive to.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)