IPersistentStateFactory 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.
Factory for constructing IPersistentState<TState> instances for a grain.
public interface IPersistentStateFactory
type IPersistentStateFactory = interface
Public Interface IPersistentStateFactory
- Derived
Methods
Create<TState>(IGrainActivationContext, IPersistentStateConfiguration) | |
Create<TState>(IGrainContext, IPersistentStateConfiguration) |
Creates a persistent state instance for the provided grain. |