C# 클래스 ExpectedUnpartitionedStreamProcessorState, Runtime

Exception that gets thrown when an unpartitioned IStreamProcessorState was expected.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

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

Initializes a new instance of the ExpectedUnpartitionedStreamProcessorState class.

메소드 상세

ExpectedUnpartitionedStreamProcessorState() 공개 메소드

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