Condividi tramite


PersistentStateFactory Classe

Definizione

Crea IPersistentState<TState> istanze per grani.

public class PersistentStateFactory : Orleans.Runtime.IPersistentStateFactory
type PersistentStateFactory = class
    interface IPersistentStateFactory
Public Class PersistentStateFactory
Implements IPersistentStateFactory
Ereditarietà
PersistentStateFactory
Implementazioni

Costruttori

PersistentStateFactory()

Crea IPersistentState<TState> istanze per grani.

Metodi

Create<TState>(IGrainActivationContext, IPersistentStateConfiguration)

Crea IPersistentState<TState> istanze per grani.

Create<TState>(IGrainContext, IPersistentStateConfiguration)

Crea un'istanza di stato permanente per la granularità specificata.

GetFullStateName(IGrainActivationContext, IPersistentStateConfiguration)

Crea IPersistentState<TState> istanze per grani.

GetFullStateName(IGrainContext, IPersistentStateConfiguration)

Crea IPersistentState<TState> istanze per grani.

Si applica a

Vedi anche