Interface ISandboxCompiler
Namespace: DotBoxD.Kernels.Compiler
Assembly: DotBoxD.Kernels.Compiler.dll
public interface ISandboxCompilerMethods
Section titled “Methods”CompileAsync(ExecutionPlan, CompileOptions, CancellationToken)
Section titled “ CompileAsync(ExecutionPlan, CompileOptions, CancellationToken)”ValueTask<CompiledArtifact> CompileAsync(ExecutionPlan plan, CompileOptions options, CancellationToken cancellationToken)Parameters
Section titled “Parameters”plan ExecutionPlan
options CompileOptions
cancellationToken CancellationToken