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

Inheritance: EventStore.Core.Messaging.Message
Mostrar archivo Open project: EventStore/EventStore

Public Properties

Property Type Description
CorrelationId System.Guid
CurrentVersion int

Public Methods

Method Description
WrongExpectedVersion ( System.Guid correlationId, int currentVersion ) : System

Method Details

WrongExpectedVersion() public method

public WrongExpectedVersion ( System.Guid correlationId, int currentVersion ) : System
correlationId System.Guid
currentVersion int
return System

Property Details

CorrelationId public_oe property

public Guid,System CorrelationId
return System.Guid

CurrentVersion public_oe property

public int CurrentVersion
return int