An optional filter that can be used with IDistributedSpaceTask<(Of <(R, T>)>). Allows to be notified
for each SpaceTaskResult<(Of <(T>)>) that arrives and decide what
should be done with it.

C# | Visual Basic | Visual C++ | J# |
public interface ISpaceTaskResultsFilter<T>
Public Interface ISpaceTaskResultsFilter(Of T)
generic<typename T> public interface class ISpaceTaskResultsFilter

- T
- Type of execution result.

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() | GetFilterDecision(SpaceTaskFilterInfo<(Of <(T>)>)) |
A callback invoked for each result that arrives as a result of a distributed space task execution allowing
to access the result that caused this event, the events received so far, and the total expected results.
|