C# 클래스 Platform.Node.Worker.AzureSettingsProvider

Settings provider built on top of the Windows Azure
파일 보기 프로젝트 열기: Lokad/lokad-data-platform 1 사용 예제들

공개 메소드들

메소드 설명
TryGetString ( string key, string &result ) : bool

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

TryGetString ( string key ) : string

비공개 메소드들

메소드 설명
DetectCloudEnvironment ( ) : bool
GetStringOrThrow ( string key ) : string

메소드 상세

TryGetString() 공개 정적인 메소드

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.
리턴 bool

TryGetString() 공개 정적인 메소드

public static TryGetString ( string key ) : string
key string
리턴 string