C# Class ExpectedUnpartitionedStreamProcessorState, Runtime

Exception that gets thrown when an unpartitioned IStreamProcessorState was expected.
Inheritance: Exception
Mostrar archivo Open project: dolittle/Runtime

Public Methods

Method Description
ExpectedUnpartitionedStreamProcessorState ( IStreamProcessorId streamProcessorId ) : System,

Initializes a new instance of the ExpectedUnpartitionedStreamProcessorState class.

Method Details

ExpectedUnpartitionedStreamProcessorState() public method

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