IPersistentStateFactory 接口

定义

用于构造 IPersistentState<TState> grain 实例的工厂。

public interface IPersistentStateFactory
type IPersistentStateFactory = interface
Public Interface IPersistentStateFactory
派生

方法

Create<TState>(IGrainActivationContext, IPersistentStateConfiguration)

用于构造 IPersistentState<TState> grain 实例的工厂。

Create<TState>(IGrainContext, IPersistentStateConfiguration)

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

适用于