Table of Contents

Method RunFunctionCoreAsync

Namespace
Alternet.Scripter.Debugger.Dap
Assembly
Alternet.Scripter.Debugger.Dap.v9.dll

RunFunctionCoreAsync(string, object[], CancellationToken)

protected abstract Task<object> RunFunctionCoreAsync(string functionName, object[] args, CancellationToken cancellationToken)

Parameters

functionName string
args object[]
cancellationToken CancellationToken

Returns

Task<object>