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

Inheritance: EventStore.Core.Messaging.Message, IFlushableMessage, IMasterWriteMessage
Exibir arquivo 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_oe property

public Guid,System CorrelationId
return System.Guid

Envelope public_oe property

public IEnvelope Envelope
return IEnvelope

LiveUntil public_oe property

public DateTime,System LiveUntil
return System.DateTime

TransactionId public_oe property

public long TransactionId
return long