Skip to content
DocsTry Aspire
DocsTry

IProviderConfiguration Methods

InterfaceMethods1 member
Configuration for an Orleans provider.
ConfigureResource(IResourceBuilder<T>, string)Section titled ConfigureResource(IResourceBuilder<T>, string)abstract
Configures the provided resource.
public interface IProviderConfiguration
{
public abstract void ConfigureResource<T>(
IResourceBuilder<T> resourceBuilder,
string configSectionPath)
{
// ...
}
}
resourceBuilderIResourceBuilder<T>The resource builder.
configSectionPathstringThe name of the configuration section which this value is being added to.