• HOME
  • PRODUCTS
  • DEMOS
  • BUY
  • BLOG
  • FORUM
  • DOCUMENTATION
  • ABOUT
  • FREE EVALUATION
Search Results for

    Show / Hide Table of Contents

    RunMethodAsync Method

    RunMethodAsync(String, Object, Object[], CancellationToken)

    Executes specified method asynchronously.

    Declaration
    public Task<object> RunMethodAsync(string method, object obj = null, object[] args = null, CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    Type Name Description
    String method

    Name of method to execute.

    Object obj

    Object, contains method to execute.

    Object[] args

    Array of method's parameters.

    CancellationToken cancellationToken

    Cancellation token.

    Returns
    Type Description
    Task<Object>

    An object containing return value of the executed method.

    Implements
    IScriptRun.RunMethodAsync(String, Object, Object[], CancellationToken)
    In This Article
    Back to top Copyright AlterNET Software Download PDF