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

Inheritance: EventStore.Core.Messaging.Message, IFlushableMessage, IMasterWriteMessage
Afficher le fichier Open project: EventStore/EventStore

Méthodes publiques

Свойство Type Description
CorrelationId System.Guid
Envelope IEnvelope
Events EventStore.Core.Data.Event[]
TransactionId long

Méthodes publiques

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

Method Details

WriteTransactionData() public méthode

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
Résultat System

Property Details

CorrelationId public_oe property

public Guid,System CorrelationId
Résultat System.Guid

Envelope public_oe property

public IEnvelope Envelope
Résultat IEnvelope

Events public_oe property

public Event[],EventStore.Core.Data Events
Résultat EventStore.Core.Data.Event[]

TransactionId public_oe property

public long TransactionId
Résultat long