C# 클래스 Dolittle.Events.Handling.AlreadyPerformingEventProcessingCompletionForCorrelation

Exception that gets thrown when EventProcessingCompletion.Perform(CorrelationId, IEnumerable{IEvent}, Action) is already performing for a CorrelationId.
상속: Exception
파일 보기 프로젝트 열기: dolittle/DotNET.Applications

공개 메소드들

메소드 설명
AlreadyPerformingEventProcessingCompletionForCorrelation ( CorrelationId correlation ) : System

Initializes a new instance of the AlreadyPerformingEventProcessingCompletionForCorrelation class.

메소드 상세

AlreadyPerformingEventProcessingCompletionForCorrelation() 공개 메소드

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