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

Inheritance: EventStore.Core.Messaging.Message, IPreconditionedWriteMessage, IFlushableMessage, IMasterWriteMessage
Mostrar archivo Open project: EventStore/EventStore

Public Properties

Property Type Description
LiveUntil System.DateTime

Public Methods

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

Method Details

WriteTransactionStart() public method

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
return System

Property Details

LiveUntil public_oe property

public DateTime,System LiveUntil
return System.DateTime