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
Afficher le fichier Open project: dolittle/DotNET.Applications

Méthodes publiques

Méthode Description
AlreadyPerformingEventProcessingCompletionForCorrelation ( CorrelationId correlation ) : System

Initializes a new instance of the AlreadyPerformingEventProcessingCompletionForCorrelation class.

Method Details

AlreadyPerformingEventProcessingCompletionForCorrelation() public méthode

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