IPersistentStateFactory
interface
Namespace: Orleans.Runtime
Factory for constructing
Orleans.Runtime.IPersistentState instances for a grain. public interface IPersistentStateFactoryMethods
Create(IGrainContext, IPersistentStateConfiguration)Creates a persistent state instance for the provided grain.
