Property | Type | Description | |
---|---|---|---|
CorrelationId | System.Guid | ||
Envelope | IEnvelope | ||
Events | EventStore.Core.Data.Event[] | ||
TransactionId | long |
Method | Description | |
---|---|---|
WriteTransactionData ( System.Guid correlationId, IEnvelope envelope, long transactionId, EventStore.Core.Data.Event events ) : System |
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 |
public Event[],EventStore.Core.Data Events | ||
return | EventStore.Core.Data.Event[] |