C# Класс UnsupportedStreamProcessorStatewithSubscriptionId, Runtime

Exception that gets thrown when trying to use SubscriptionId with an unsupported IStreamProcessorState.
Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
UnsupportedStreamProcessorStatewithSubscriptionId ( SubscriptionId id, IStreamProcessorState state ) : System,

Initializes a new instance of the UnsupportedStreamProcessorStatewithSubscriptionId class.

Описание методов

UnsupportedStreamProcessorStatewithSubscriptionId() публичный Метод

Initializes a new instance of the UnsupportedStreamProcessorStatewithSubscriptionId class.
public UnsupportedStreamProcessorStatewithSubscriptionId ( SubscriptionId id, IStreamProcessorState state ) : System,
id SubscriptionId The .
state IStreamProcessorState The given .
Результат System,