Interface IComputeAction
Defines a void function having no arguments.
Namespace: Apache.Ignite.Core.Compute
Assembly: Apache.Ignite.Core.dll
Syntax
public interface IComputeAction
Methods
Invoke()
Invokes action.
Declaration
void Invoke()