
Declaration Syntax
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
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
Assembly:
GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)