C# Class StreamProcessorAlreadyRegistered, Runtime

Exception that gets thrown when attempting to register a Stream Processor which has already been registered.
Inheritance: Exception
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
StreamProcessorAlreadyRegistered ( IStreamProcessorId streamProcessorId ) : System,

Initializes a new instance of the StreamProcessorAlreadyRegistered class.

Method Details

StreamProcessorAlreadyRegistered() public méthode

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