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

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

Méthodes publiques

Свойство Type Description
LiveUntil System.DateTime

Méthodes publiques

Méthode Description
WriteTransactionStart ( System.Guid correlationId, IEnvelope envelope, string eventStreamId, int expectedVersion, System.DateTime liveUntil ) : System

Method Details

WriteTransactionStart() public méthode

public WriteTransactionStart ( System.Guid correlationId, IEnvelope envelope, string eventStreamId, int expectedVersion, System.DateTime liveUntil ) : System
correlationId System.Guid
envelope IEnvelope
eventStreamId string
expectedVersion int
liveUntil System.DateTime
Résultat System

Property Details

LiveUntil public_oe property

public DateTime,System LiveUntil
Résultat System.DateTime