Skip to content

AzureQueueStreamProviderBuilder Methods

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

Configure(IClientBuilder, string, IConfigurationSection)

View source
public void Configure(IClientBuilder builder, string name, IConfigurationSection configurationSection)
Configures the provider.

Parameters

builderIClientBuilder
The builder.
namestring
The provider name, or null if no name is specified.
configurationSectionIConfigurationSection
The configuration section containing provider configuration.

Configure(ISiloBuilder, string, IConfigurationSection)

View source
public void Configure(ISiloBuilder builder, string name, IConfigurationSection configurationSection)
Configures the provider.

Parameters

builderISiloBuilder
The builder.
namestring
The provider name, or null if no name is specified.
configurationSectionIConfigurationSection
The configuration section containing provider configuration.