C# 클래스 StreamProcessorAlreadyRegistered, Runtime

Exception that gets thrown when attempting to register a Stream Processor which has already been registered.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

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

Initializes a new instance of the StreamProcessorAlreadyRegistered class.

메소드 상세

StreamProcessorAlreadyRegistered() 공개 메소드

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