次の方法で共有


IPersistentStateFactory インターフェイス

定義

グレインのインスタンスを IPersistentState<TState> 構築するためのファクトリ。

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

メソッド

Create<TState>(IGrainActivationContext, IPersistentStateConfiguration)

グレインのインスタンスを IPersistentState<TState> 構築するためのファクトリ。

Create<TState>(IGrainContext, IPersistentStateConfiguration)

指定されたグレインの永続的な状態インスタンスを作成します。

適用対象