C# 클래스 StreamProcessorAlreadyProcessingStream, Runtime

Exception that gets thrown when a Stream Processor is started multiple times.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
StreamProcessorAlreadyProcessingStream ( IStreamProcessorId streamProcessorId ) : System,

Initializes a new instance of the StreamProcessorAlreadyProcessingStream class.

메소드 상세

StreamProcessorAlreadyProcessingStream() 공개 메소드

Initializes a new instance of the StreamProcessorAlreadyProcessingStream class.
public StreamProcessorAlreadyProcessingStream ( IStreamProcessorId streamProcessorId ) : System,
streamProcessorId IStreamProcessorId The .
리턴 System,