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

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

Public Properties

Property Type Description
Events EventStore.Core.Data.Event[]
LiveUntil System.DateTime

Public Methods

Method Description
ToString ( ) : string
WritePrepares ( System.Guid correlationId, IEnvelope envelope, string eventStreamId, int expectedVersion, EventStore.Core.Data.Event events, System.DateTime liveUntil ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

WritePrepares() public method

public WritePrepares ( System.Guid correlationId, IEnvelope envelope, string eventStreamId, int expectedVersion, EventStore.Core.Data.Event events, System.DateTime liveUntil ) : System
correlationId System.Guid
envelope IEnvelope
eventStreamId string
expectedVersion int
events EventStore.Core.Data.Event
liveUntil System.DateTime
return System

Property Details

Events public_oe property

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

LiveUntil public_oe property

public DateTime,System LiveUntil
return System.DateTime