A generic interface that reduces a list of SpaceTaskResult<(Of <(<'T>)>)>.
IDistributedSpaceTask<(Of <(<'R, T>)>)>
| C# | Visual Basic | Visual C++ | J# |
public interface ISpaceTaskResultsReducer<R, T>
Public Interface ISpaceTaskResultsReducer(Of R, T)
generic<typename R, typename T> public interface class ISpaceTaskResultsReducer
- R
- Type of distributed task reduced result.
- T
- Type of each single space task execution result.
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| Reduce(SpaceTaskResultsCollection<(Of <<'(T>)>>)) |
Reduce a list of SpaceTaskResult<(Of <(<'T>)>)> into a single result.
|
