A task executed on a space node (processing unit) that returns a result and may throw an exception.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface ISpaceTask<T>
Public Interface ISpaceTask(Of T)
generic<typename T> public interface class ISpaceTask
Generic Template Parameters
- T
- Type of execution result.
Members
All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
Execute(ISpaceProxy, ITransaction) |
Computes a result, or throws an exception if unable to do so.
|