C# Класс ExpectedUnpartitionedStreamProcessorState, Runtime

Exception that gets thrown when an unpartitioned IStreamProcessorState was expected.
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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,