다음을 통해 공유


ILogConsistentGrain 인터페이스

정의

이 인터페이스는 JournaledGrain과 같은 로그 일관성에 따라 상태를 관리하는 조직의 기능을 캡슐화합니다. 로그 일치 조직에 해당하는 Orleans.IStatefulGrain 값입니다.

public interface ILogConsistentGrain
type ILogConsistentGrain = interface
Public Interface ILogConsistentGrain
파생

속성

DefaultAdaptorFactory

사용할 기본 어댑터 팩터리를 가져오거나 기본값이 없는 경우 null을 가져옵니다(이 경우 사용자는 일관성 공급자를 구성해야 합니다).

메서드

InstallAdaptor(ILogViewAdaptorFactory, Object, String, IStorageProvider, ILogConsistencyProtocolServices)

로그 뷰 어댑터를 설치하기 위해 조직 생성 직후 호출

적용 대상