C# 클래스 EventStore.Core.Messages.StorageMessage.WrongExpectedVersion

상속: EventStore.Core.Messaging.Message
파일 보기 프로젝트 열기: EventStore/EventStore

공개 프로퍼티들

프로퍼티 타입 설명
CorrelationId System.Guid
CurrentVersion int

공개 메소드들

메소드 설명
WrongExpectedVersion ( System.Guid correlationId, int currentVersion ) : System

메소드 상세

WrongExpectedVersion() 공개 메소드

public WrongExpectedVersion ( System.Guid correlationId, int currentVersion ) : System
correlationId System.Guid
currentVersion int
리턴 System

프로퍼티 상세

CorrelationId 공개적으로 프로퍼티

public Guid,System CorrelationId
리턴 System.Guid

CurrentVersion 공개적으로 프로퍼티

public int CurrentVersion
리턴 int