C# Class EmbeddingProcessorAlreadyStarted, Runtime

Exception that gets thrown when starting an EmbeddingProcessor more than once.
Inheritance: Exception
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
EmbeddingProcessorAlreadyStarted ( EmbeddingId embedding ) : System,

Initializes a new instance of the EmbeddingProcessorAlreadyStarted class.

Method Details

EmbeddingProcessorAlreadyStarted() public méthode

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