C# Class Config.Net.Azure.AzureConfigStore

Inheritance: IConfigStore
Show file Open project: aloneguid/config

Public Methods

Method Description
Dispose ( ) : void
Read ( string key ) : string
Write ( string key, string value ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Read() public method

public Read ( string key ) : string
key string
return string

Write() public method

public Write ( string key, string value ) : void
key string
value string
return void