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

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

Public Properties

Property Type Description
CorrelationId System.Guid
CurrentVersion int
Success bool

Public Methods

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

Method Details

RequestCompleted() public method

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

Success public_oe property

public bool Success
return bool