IPersistentStateFactory 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于构造 IPersistentState<TState> grain 实例的工厂。
public interface IPersistentStateFactory
type IPersistentStateFactory = interface
Public Interface IPersistentStateFactory
- 派生
方法
Create<TState>(IGrainActivationContext, IPersistentStateConfiguration) |
用于构造 IPersistentState<TState> grain 实例的工厂。 |
Create<TState>(IGrainContext, IPersistentStateConfiguration) |
为提供的 grain 创建持久状态实例。 |