GigaSpaces XAP.NET Documentation
ISpaceTaskResultsReducer<(Of <(<'R, T>)>)> Interface
Class LibraryGigaSpaces.Core.ExecutorsISpaceTaskResultsReducer<(Of <(<'R, T>)>)>
A generic interface that reduces a list of SpaceTaskResult<(Of <(<'T>)>)>. IDistributedSpaceTask<(Of <(<'R, T>)>)>
Declaration Syntax
C#Visual BasicVisual C++J#
public interface ISpaceTaskResultsReducer<R, T>
Public Interface ISpaceTaskResultsReducer(Of R, T)
generic<typename R, typename T>
public interface class ISpaceTaskResultsReducer
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
R
Type of distributed task reduced result.
T
Type of each single space task execution result.
Members
All MembersMethods



IconMemberDescription
Reduce(SpaceTaskResultsCollection<(Of <<'(T>)>>))
Reduce a list of SpaceTaskResult<(Of <(<'T>)>)> into a single result.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.5.0.0 (14.5.0)