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

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

Méthodes publiques

Свойство Type Description
CorrelationId System.Guid
EventStreamId string
FirstEventNumber int
LastEventNumber int

Méthodes publiques

Méthode Description
AlreadyCommitted ( System.Guid correlationId, string eventStreamId, int firstEventNumber, int lastEventNumber ) : System
ToString ( ) : string

Method Details

AlreadyCommitted() public méthode

public AlreadyCommitted ( System.Guid correlationId, string eventStreamId, int firstEventNumber, int lastEventNumber ) : System
correlationId System.Guid
eventStreamId string
firstEventNumber int
lastEventNumber int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

CorrelationId public_oe property

public Guid,System CorrelationId
Résultat System.Guid

EventStreamId public_oe property

public string EventStreamId
Résultat string

FirstEventNumber public_oe property

public int FirstEventNumber
Résultat int

LastEventNumber public_oe property

public int LastEventNumber
Résultat int