IConfigurationRetriever<T> Interface

Definition

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.

Applies to