C# 클래스 EventCentric.Persistence.EventStoreBase

파일 보기 프로젝트 열기: Narvalex/EventCentric

보호된 프로퍼티들

프로퍼티 타입 설명
streamType string

보호된 메소드들

메소드 설명
EventStoreBase ( string streamType ) : System
GetConsistencyPercentage ( long consumerVersion, long producerVersion ) : string

메소드 상세

EventStoreBase() 보호된 메소드

protected EventStoreBase ( string streamType ) : System
streamType string
리턴 System

GetConsistencyPercentage() 보호된 메소드

protected GetConsistencyPercentage ( long consumerVersion, long producerVersion ) : string
consumerVersion long
producerVersion long
리턴 string

프로퍼티 상세

streamType 보호되어 있는 프로퍼티

protected string streamType
리턴 string