IConfigSource Interface

graph TD Type["IConfigSource"] class Type type-node Type-.->Implementing0["ConsulConfigSource"] click Implementing0 "/CondenserDocs/api/CondenserDotNet.Configuration.Consul/ConsulConfigSource"

Syntax

public interface IConfigSource

Methods

Name Value Summary
CreateWatchState() object
FormValidKey(string) string
GetKeysAsync(string) Task<(bool success, Dictionary<string, string> dictionary)>
TrySetKeyAsync(string, string) Task<bool>
TryWatchKeysAsync(string, object) Task<(bool success, Dictionary<string, string> update)>