- Namespace
- CondenserDotNet
.Configuration - Interfaces
-
- IDisposable
- Implementing Types
graph TD
Interface0["IDisposable"]-.->Type
Type["IConfigurationRegistry"]
class Type type-node
Type-.->Implementing0["ConsulRegistry"]
click Implementing0 "/CondenserDocs/api/CondenserDotNet.Configuration.Consul/ConsulRegistry"
Syntax
public interface IConfigurationRegistry : IDisposable
Properties
Name | Value | Summary |
---|---|---|
AllKeys | IEnumerable |
|
Root | IConfigurationRoot | |
this[string] | string |
Methods
Name | Value | Summary |
---|---|---|
Add |
Task |
|
AddUpdatingPathAsync |
Task | |
Add |
void | |
AddWatchOnSingleKey |
void | |
SetKeyAsync |
Task |
|
TryGetValue |
bool |
Extension Methods
Name | Value | Summary |
---|---|---|
SetKeyJsonAsync |
Task |