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. |