C# Class EmbeddingProcessorAlreadyStarted, Runtime

Exception that gets thrown when starting an EmbeddingProcessor more than once.
Inheritance: Exception
Datei anzeigen Open project: dolittle/Runtime

Public Methods

Method Description
EmbeddingProcessorAlreadyStarted ( EmbeddingId embedding ) : System,

Initializes a new instance of the EmbeddingProcessorAlreadyStarted class.

Method Details

EmbeddingProcessorAlreadyStarted() public method

Initializes a new instance of the EmbeddingProcessorAlreadyStarted class.
public EmbeddingProcessorAlreadyStarted ( EmbeddingId embedding ) : System,
embedding EmbeddingId The
return System,