Table of Contents

Method InternalRunMethodAsync

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

InternalRunMethodAsync(string, object[], CancellationToken)

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

Parameters

functionName string
args object[]
cancellationToken CancellationToken

Returns

Task<object>