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

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

공개 프로퍼티들

프로퍼티 타입 설명
CorrelationId System.Guid
Envelope IEnvelope
LiveUntil System.DateTime
TransactionId long

공개 메소드들

메소드 설명
WriteTransactionPrepare ( System.Guid correlationId, IEnvelope envelope, long transactionId, System.DateTime liveUntil ) : System

메소드 상세

WriteTransactionPrepare() 공개 메소드

public WriteTransactionPrepare ( System.Guid correlationId, IEnvelope envelope, long transactionId, System.DateTime liveUntil ) : System
correlationId System.Guid
envelope IEnvelope
transactionId long
liveUntil System.DateTime
리턴 System

프로퍼티 상세

CorrelationId 공개적으로 프로퍼티

public Guid,System CorrelationId
리턴 System.Guid

Envelope 공개적으로 프로퍼티

public IEnvelope Envelope
리턴 IEnvelope

LiveUntil 공개적으로 프로퍼티

public DateTime,System LiveUntil
리턴 System.DateTime

TransactionId 공개적으로 프로퍼티

public long TransactionId
리턴 long