C# Class Amazon.Runtime.AppConfigAWSRegion

Determines region based on application configuration settings. If the configuration does not contain the region setting key an InvalidOperationException is thrown.
Inheritance: AWSRegion
Show file Open project: aws/aws-sdk-net

Public Methods

Method Description
AppConfigAWSRegion ( ) : System

Attempts to construct an instance of ApplicationConfigAWSRegion. If no region is found in the application configuration file then an InvalidOperationException is thrown.

Method Details

AppConfigAWSRegion() public method

Attempts to construct an instance of ApplicationConfigAWSRegion. If no region is found in the application configuration file then an InvalidOperationException is thrown.
public AppConfigAWSRegion ( ) : System
return System