Table of Contents

Method InternalRunMethodAsync

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