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

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

Méthodes publiques

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

Méthodes publiques

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

Method Details

WriteDelete() public méthode

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
Résultat System

Property Details

HardDelete public_oe property

public bool HardDelete
Résultat bool

LiveUntil public_oe property

public DateTime,System LiveUntil
Résultat System.DateTime