PersistentStateFactory 类

定义

IPersistentState<TState>为 grain 创建实例。

public class PersistentStateFactory : Orleans.Runtime.IPersistentStateFactory
type PersistentStateFactory = class
    interface IPersistentStateFactory
Public Class PersistentStateFactory
Implements IPersistentStateFactory
继承
PersistentStateFactory
实现

构造函数

PersistentStateFactory()

IPersistentState<TState>为 grain 创建实例。

方法

Create<TState>(IGrainActivationContext, IPersistentStateConfiguration)

IPersistentState<TState>为 grain 创建实例。

Create<TState>(IGrainContext, IPersistentStateConfiguration)

为提供的 grain 创建持久状态实例。

GetFullStateName(IGrainActivationContext, IPersistentStateConfiguration)

IPersistentState<TState>为 grain 创建实例。

GetFullStateName(IGrainContext, IPersistentStateConfiguration)

IPersistentState<TState>为 grain 创建实例。

适用于

另请参阅