PersistentStateFactory Class

Definition

Creates IPersistentState<TState> instances for grains.

public class PersistentStateFactory : Orleans.Runtime.IPersistentStateFactory
type PersistentStateFactory = class
    interface IPersistentStateFactory
Public Class PersistentStateFactory
Implements IPersistentStateFactory
Inheritance
PersistentStateFactory
Implements

Constructors

PersistentStateFactory()

Methods

Create<TState>(IGrainActivationContext, IPersistentStateConfiguration)
Create<TState>(IGrainContext, IPersistentStateConfiguration)

Creates a persistent state instance for the provided grain.

GetFullStateName(IGrainActivationContext, IPersistentStateConfiguration)
GetFullStateName(IGrainContext, IPersistentStateConfiguration)

Applies to

See also