C# Class StreamProcessorAlreadyRegistered, Runtime

Exception that gets thrown when attempting to register a Stream Processor which has already been registered.
Inheritance: Exception
ファイルを表示 Open project: dolittle/Runtime

Public Methods

Method Description
StreamProcessorAlreadyRegistered ( IStreamProcessorId streamProcessorId ) : System,

Initializes a new instance of the StreamProcessorAlreadyRegistered class.

Method Details

StreamProcessorAlreadyRegistered() public method

Initializes a new instance of the StreamProcessorAlreadyRegistered class.
public StreamProcessorAlreadyRegistered ( IStreamProcessorId streamProcessorId ) : System,
streamProcessorId IStreamProcessorId The .
return System,