AWS SDK for .NET Documentation
GetActivationKey Method (gatewayAddress, activationRegion, maxRetries, maxBackoff)
AmazonAmazon.StorageGateway.UtilAmazonStorageGatewayUtilGetActivationKey(String, RegionEndpoint, Int32, Int32) Did this page help you?   Yes   No    Tell us about it...
Sends a request to the AWS Storage Gateway server running at the specified address, and returns the activation key for that server.
Declaration Syntax
C#
public static string GetActivationKey(
	string gatewayAddress,
	RegionEndpoint activationRegion,
	int maxRetries,
	int maxBackoff
)
Parameters
gatewayAddress (String)
The DNS name or IP address of a running AWS Storage Gateway
activationRegion (RegionEndpoint)
The region in which the gateway will be activated.
maxRetries (Int32)
The maximum number of retries to attempt on failure
maxBackoff (Int32)
The maximum backoff time, in milliseconds, for retry attempts. Backoff times between retries rise exponentially until they hit this ceiling.
Return Value
The activation key required for some API calls to AWS Storage Gateway.

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