共用方式為


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> 粒紋的實例。

適用於

另請參閱