IBootstrapProvider 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.
Marker interface to be implemented by any app bootstrap classes that want to be loaded and auto-run during silo startup
public interface IBootstrapProvider : Orleans.Providers.IProvider
type IBootstrapProvider = interface
interface IProvider
Public Interface IBootstrapProvider
Implements IProvider
- Implements
Properties
Name |
The name of this provider instance, as given to it in the config. (Inherited from IProvider) |
Methods
Close() |
Close function for this provider instance. (Inherited from IProvider) |
Init(String, IProviderRuntime, IProviderConfiguration) |
Initialization function called by Orleans Provider Manager when a new provider class instance is created (Inherited from IProvider) |