ConsulConfigSource Class

Namespace
CondenserDotNet.Configuration.Consul
Interfaces
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["IConfigSource"]-.->Type click Interface0 "/CondenserDocs/api/CondenserDotNet.Configuration.Consul/IConfigSource" Type["ConsulConfigSource"] class Type type-node

Syntax

public class ConsulConfigSource : IConfigSource

Constructors

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)>