次の方法で共有


PersistentStateFactory クラス

定義

グレインのインスタンスを作成 IPersistentState<TState> します。

public class PersistentStateFactory : Orleans.Runtime.IPersistentStateFactory
type PersistentStateFactory = class
    interface IPersistentStateFactory
Public Class PersistentStateFactory
Implements IPersistentStateFactory
継承
PersistentStateFactory
実装

コンストラクター

PersistentStateFactory()

グレインのインスタンスを作成 IPersistentState<TState> します。

メソッド

Create<TState>(IGrainActivationContext, IPersistentStateConfiguration)

グレインのインスタンスを作成 IPersistentState<TState> します。

Create<TState>(IGrainContext, IPersistentStateConfiguration)

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

GetFullStateName(IGrainActivationContext, IPersistentStateConfiguration)

グレインのインスタンスを作成 IPersistentState<TState> します。

GetFullStateName(IGrainContext, IPersistentStateConfiguration)

グレインのインスタンスを作成 IPersistentState<TState> します。

適用対象

こちらもご覧ください