Table of Contents

Method RunFunctionCoreAsync

Namespace
Alternet.Scripter.Python
Assembly
Alternet.Scripter.Python.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>