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

Inheritance: EventStore.Core.Messaging.Message
Afficher le fichier Open project: EventStore/EventStore

Méthodes publiques

Свойство Type Description
CorrelationId System.Guid
CurrentVersion int

Méthodes publiques

Méthode Description
WrongExpectedVersion ( System.Guid correlationId, int currentVersion ) : System

Method Details

WrongExpectedVersion() public méthode

public WrongExpectedVersion ( System.Guid correlationId, int currentVersion ) : System
correlationId System.Guid
currentVersion int
Résultat System

Property Details

CorrelationId public_oe property

public Guid,System CorrelationId
Résultat System.Guid

CurrentVersion public_oe property

public int CurrentVersion
Résultat int