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

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

public Guid,System CorrelationId
return System.Guid

Envelope public_oe property

public IEnvelope Envelope
return IEnvelope

Events public_oe property

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

TransactionId public_oe property

public long TransactionId
return long