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

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

Public Properties

Property Type Description
CorrelationId System.Guid
Envelope IEnvelope
Events EventStore.Core.Data.Event[]
TransactionId long

Public Methods

Method Description
WriteTransactionData ( System.Guid correlationId, IEnvelope envelope, long transactionId, EventStore.Core.Data.Event events ) : System

Method Details

WriteTransactionData() public method

public WriteTransactionData ( System.Guid correlationId, IEnvelope envelope, long transactionId, EventStore.Core.Data.Event events ) : System
correlationId System.Guid
envelope IEnvelope
transactionId long
events EventStore.Core.Data.Event
return System

Property Details

CorrelationId public property

public Guid,System CorrelationId
return System.Guid

Envelope public property

public IEnvelope Envelope
return IEnvelope

Events public property

public Event[],EventStore.Core.Data Events
return EventStore.Core.Data.Event[]

TransactionId public property

public long TransactionId
return long