C# Класс StreamProcessorAlreadyRegistered, Runtime

Exception that gets thrown when attempting to register a Stream Processor which has already been registered.
Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
StreamProcessorAlreadyRegistered ( IStreamProcessorId streamProcessorId ) : System,

Initializes a new instance of the StreamProcessorAlreadyRegistered class.

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

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

Initializes a new instance of the StreamProcessorAlreadyRegistered class.
public StreamProcessorAlreadyRegistered ( IStreamProcessorId streamProcessorId ) : System,
streamProcessorId IStreamProcessorId The .
Результат System,