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

상속: EventStore.Core.Messaging.Message, IFlushableMessage, IMasterWriteMessage
파일 보기 프로젝트 열기: EventStore/EventStore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CorrelationId System.Guid
Envelope IEnvelope
TransactionPosition long

공개 메소드들

메소드 설명
WriteCommit ( Guid correlationId, IEnvelope envelope, long transactionPosition ) : System

메소드 상세

WriteCommit() 공개 메소드

public WriteCommit ( Guid correlationId, IEnvelope envelope, long transactionPosition ) : System
correlationId Guid
envelope IEnvelope
transactionPosition long
리턴 System

프로퍼티 상세

CorrelationId 공개적으로 프로퍼티

public Guid,System CorrelationId
리턴 System.Guid

Envelope 공개적으로 프로퍼티

public IEnvelope Envelope
리턴 IEnvelope

TransactionPosition 공개적으로 프로퍼티

public long TransactionPosition
리턴 long