C# Class Platform.Node.Worker.AzureSettingsProvider

Settings provider built on top of the Windows Azure
Afficher le fichier Open project: Lokad/lokad-data-platform Class Usage Examples

Méthodes publiques

Méthode Description
TryGetString ( string key, string &result ) : bool

Attempts to get the configuration string from cloud environment or app settings.

TryGetString ( string key ) : string

Private Methods

Méthode Description
DetectCloudEnvironment ( ) : bool
GetStringOrThrow ( string key ) : string

Method Details

TryGetString() public static méthode

Attempts to get the configuration string from cloud environment or app settings.
public static TryGetString ( string key, string &result ) : bool
key string The key.
result string The result.
Résultat bool

TryGetString() public static méthode

public static TryGetString ( string key ) : string
key string
Résultat string