다음을 통해 공유


ILogViewAdaptorFactory 인터페이스

정의

로그 보기 어댑터 팩터리에 구현할 인터페이스

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

속성

UsesStorageProvider

어댑터를 생성하는 데 스토리지 공급자가 필요한 경우 true를 반환합니다.

메서드

MakeLogViewAdaptor<TLogView,TLogEntry>(ILogViewAdaptorHost<TLogView,TLogEntry>, TLogView, String, IGrainStorage, ILogConsistencyProtocolServices)

ILogViewAdaptor<TLogView,TLogEntry> 지정된 호스트 조직에 설치할 을 생성합니다.

MakeLogViewAdaptor<TLogView,TLogEntry>(ILogViewAdaptorHost<TLogView,TLogEntry>, TLogView, String, IStorageProvider, ILogConsistencyProtocolServices)

ILogViewAdaptor<TLogView,TLogEntry> 지정된 호스트 조직에 설치할 을 생성합니다.

적용 대상