Search Results for

    Show / Hide Table of Contents

    Interface IComputeFunc<TRes>

    Defines function having no arguments.

    Namespace: Apache.Ignite.Core.Compute
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public interface IComputeFunc<out TRes>
    Type Parameters
    Name Description
    TRes

    Methods

    Invoke()

    Invoke function.

    Declaration
    TRes Invoke()
    Returns
    Type Description
    TRes

    Result.

    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation