IProviderBuilder<TBuilder> 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 for providers which configure Orleans services.
public interface IProviderBuilder<TBuilder>
type IProviderBuilder<'Builder> = interface
Public Interface IProviderBuilder(Of TBuilder)
Type Parameters
- TBuilder
The type of the builder, such as ISiloBuilder
or IClientBuilder
.
Methods
Configure(TBuilder, String, IConfigurationSection) |
Configures the provider. |