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

Inheritance: EventStore.Core.Messaging.Message
Show file 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 property

public Guid,System CorrelationId
return System.Guid

CurrentVersion public property

public int CurrentVersion
return int

Success public property

public bool Success
return bool