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

Inheritance: EventStore.Core.Messaging.Message, IPreconditionedWriteMessage, IFlushableMessage, IMasterWriteMessage
Show file Open project: EventStore/EventStore

Public Properties

Property Type Description
HardDelete bool
LiveUntil System.DateTime

Public Methods

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

Method Details

WriteDelete() public method

public WriteDelete ( System.Guid correlationId, IEnvelope envelope, string eventStreamId, int expectedVersion, bool hardDelete, System.DateTime liveUntil ) : System
correlationId System.Guid
envelope IEnvelope
eventStreamId string
expectedVersion int
hardDelete bool
liveUntil System.DateTime
return System

Property Details

HardDelete public property

public bool HardDelete
return bool

LiveUntil public property

public DateTime,System LiveUntil
return System.DateTime