Table of Contents

Method RunFunctionAsyncImpl

Namespace
Alternet.Scripter.TypeScript
Assembly
Alternet.Scripter.TypeScript.v9.dll

RunFunctionAsyncImpl(string, object[], CancellationToken)

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

Parameters

functionName string
args object[]
cancellationToken CancellationToken

Returns

Task<object>