Edit

Share via


IBootstrapProvider Interface

Definition

Marker interface to be implemented by any app bootstrap classes that want to be loaded and auto-run during silo startup

C#
public interface IBootstrapProvider : Orleans.Providers.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)

Applies to

Product Versions
.NET Orleans 1.5.10, 3.4.5