GigaSpaces XAP.NET Documentation
ISpaceTaskResultsFilter<(Of <(T>)>) Interface
Class LibraryGigaSpaces.Core.ExecutorsISpaceTaskResultsFilter<(Of <(T>)>)
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.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface ISpaceTaskResultsFilter<T>
Public Interface ISpaceTaskResultsFilter(Of T)
generic<typename T>
public interface class ISpaceTaskResultsFilter
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T
Type of execution result.
Members
All MembersMethods



IconMemberDescription
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.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 8.0.8.6380 (8.0.8.6380)