C# Class Dolittle.Events.Handling.AlreadyPerformingEventProcessingCompletionForCorrelation

Exception that gets thrown when EventProcessingCompletion.Perform(CorrelationId, IEnumerable{IEvent}, Action) is already performing for a CorrelationId.
Inheritance: Exception
Datei anzeigen Open project: dolittle/DotNET.Applications

Public Methods

Method Description
AlreadyPerformingEventProcessingCompletionForCorrelation ( CorrelationId correlation ) : System

Initializes a new instance of the AlreadyPerformingEventProcessingCompletionForCorrelation class.

Method Details

AlreadyPerformingEventProcessingCompletionForCorrelation() public method

Initializes a new instance of the AlreadyPerformingEventProcessingCompletionForCorrelation class.
public AlreadyPerformingEventProcessingCompletionForCorrelation ( CorrelationId correlation ) : System
correlation CorrelationId The .
return System