GigaSpaces XAP.NET Documentation
SpaceTaskFilterDecision Enumeration
Class LibraryGigaSpaces.Core.ExecutorsSpaceTaskFilterDecision
Controls what should be done with the results of an IDistributedSpaceTask<(Of <(R, T>)>) execution.
Declaration Syntax
C#Visual BasicVisual C++J#
public enum SpaceTaskFilterDecision
Public Enumeration SpaceTaskFilterDecision
public enum class SpaceTaskFilterDecision
public enum SpaceTaskFilterDecision
Members
MemberDescription
Continue
Continue processing the distributed task.

Break
Break out of the processing of the distributed task and move to the reduce phase including the current result.

Skip
Skip this result and continue processing the rest of the results.

SkipAndBreak
Skip this result and breaks out of the processing of the distributed task and move to the reduce phase.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.3.0.0 (12.3.0.19000)