IProvider Interface

Definition

Base interface for all type-specific provider interfaces in Orleans

public interface IProvider
type IProvider = interface
Public Interface IProvider
Derived

Properties

Name

The name of this provider instance, as given to it in the config.

Methods

Close()

Close function for this provider instance.

Init(String, IProviderRuntime, IProviderConfiguration)

Initialization function called by Orleans Provider Manager when a new provider class instance is created

Applies to

See also