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