C# Class ExpectedUnpartitionedStreamProcessorState, Runtime

Exception that gets thrown when an unpartitioned IStreamProcessorState was expected.
Inheritance: Exception
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
ExpectedUnpartitionedStreamProcessorState ( IStreamProcessorId streamProcessorId ) : System,

Initializes a new instance of the ExpectedUnpartitionedStreamProcessorState class.

Method Details

ExpectedUnpartitionedStreamProcessorState() public méthode

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