IConfigurationRetriever<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 methods to retrieve configuration.
public interface IConfigurationRetriever<T>
type IConfigurationRetriever<'T> = interface
Public Interface IConfigurationRetriever(Of T)
Type Parameters
- T
The type of the configuration metadata.
- Derived
Methods
GetConfigurationAsync(String, IDocumentRetriever, CancellationToken) |
Retrieves a populated configuration given an address and an IDocumentRetriever. |