IConfigurationManager<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface that defines a model for retrieving configuration data.
public interface IConfigurationManager<T> where T : class
type IConfigurationManager<'T (requires 'T : null)> = interface
Public Interface IConfigurationManager(Of T)
Type Parameters
- T
The type of IDocumentRetriever.
- Derived
Methods
GetConfigurationAsync(CancellationToken) |
Retrieve the current configuration, refreshing and/or caching as needed. This method will throw if the configuration cannot be retrieved, instead of returning null. |
RequestRefresh() |
Indicate that the configuration may be stale (as indicated by failing to process incoming tokens). |