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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
RequestCompleted ( System.Guid correlationId, bool success, int currentVersion = -1 ) : System

메소드 상세

RequestCompleted() 공개 메소드

public RequestCompleted ( System.Guid correlationId, bool success, int currentVersion = -1 ) : System
correlationId System.Guid
success bool
currentVersion int
리턴 System

프로퍼티 상세

CorrelationId 공개적으로 프로퍼티

public Guid,System CorrelationId
리턴 System.Guid

CurrentVersion 공개적으로 프로퍼티

public int CurrentVersion
리턴 int

Success 공개적으로 프로퍼티

public bool Success
리턴 bool