Table of Contents

Class KernelExtension

Namespace
AutoGen.DotnetInteractive.Extension
Assembly
AutoGen.DotnetInteractive.dll
public static class KernelExtension
Inheritance
KernelExtension
Inherited Members

Methods

RunSubmitCodeCommandAsync(Kernel, string, string, CancellationToken)

public static Task<string?> RunSubmitCodeCommandAsync(this Kernel kernel, string codeBlock, string targetKernelName, CancellationToken ct = default)

Parameters

kernel Kernel
codeBlock string
targetKernelName string
ct CancellationToken

Returns

Task<string>