IProvider 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.
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 |