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
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode 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 méthode

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
Résultat System