C# Class EventStore.Core.Messages.StorageMessage.WriteTransactionPrepare

Inheritance: EventStore.Core.Messaging.Message, IFlushableMessage, IMasterWriteMessage
Show file Open project: EventStore/EventStore

Public Properties

Property Type Description
CorrelationId System.Guid
Envelope IEnvelope
LiveUntil System.DateTime
TransactionId long

Public Methods

Method Description
WriteTransactionPrepare ( System.Guid correlationId, IEnvelope envelope, long transactionId, System.DateTime liveUntil ) : System

Method Details

WriteTransactionPrepare() public method

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

Property Details

CorrelationId public property

public Guid,System CorrelationId
return System.Guid

Envelope public property

public IEnvelope Envelope
return IEnvelope

LiveUntil public property

public DateTime,System LiveUntil
return System.DateTime

TransactionId public property

public long TransactionId
return long