다음을 통해 공유


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> 다.

적용 대상

추가 정보