C# 클래스 StreamProcessorNotInitialized, Runtime

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

공개 메소드들

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

Initializes a new instance of the StreamProcessorNotInitialized class.

메소드 상세

StreamProcessorNotInitialized() 공개 메소드

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