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

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
RequestCompleted ( System.Guid correlationId, bool success, int currentVersion = -1 ) : System

Method Details

RequestCompleted() public méthode

public RequestCompleted ( System.Guid correlationId, bool success, int currentVersion = -1 ) : System
correlationId System.Guid
success bool
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

Success public_oe property

public bool Success
Résultat bool