C# Класс StreamProcessorNotInitialized, Runtime

Exception that gets thrown when a Stream Processor is initialized multiple times.
Наследование: Exception
Показать файл Открыть проект

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

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

Initializes a new instance of the StreamProcessorNotInitialized class.

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

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

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