Table of Contents

Method InternalRunMethodAsync

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

InternalRunMethodAsync(string, object, object[], CancellationToken)

protected virtual Task<object> InternalRunMethodAsync(string method, object obj, object[] args, CancellationToken cancellationToken)

Parameters

method string
obj object
args object[]
cancellationToken CancellationToken

Returns

Task<object>