C# 클래스 EmbeddingProcessorAlreadyStarted, Runtime

Exception that gets thrown when starting an EmbeddingProcessor more than once.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
EmbeddingProcessorAlreadyStarted ( EmbeddingId embedding ) : System,

Initializes a new instance of the EmbeddingProcessorAlreadyStarted class.

메소드 상세

EmbeddingProcessorAlreadyStarted() 공개 메소드

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