Table of Contents

Method GetRecipeAsync

Namespace
Qavren.Edge.Ingestion
Assembly
Qavren.Edge.Ingestion.dll

GetRecipeAsync(CancellationToken)

The frozen recipe this pipeline embeds against.

ValueTask<IngestionRecipe> GetRecipeAsync(CancellationToken ct = default)

Parameters

ct CancellationToken

Cancels the resolution.

Returns

ValueTask<IngestionRecipe>

The recipe.