GigaSpaces XAP.NET Documentation
IRemoteResultFilter Interface
Class LibraryGigaSpaces.XAP.RemotingIRemoteResultFilter
An optional filter that can be used with IRemoteResultReducer. Allows to be notified for each SpaceRemotingResult that arrives and decide what should be done with it.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IRemoteResultFilter
Public Interface IRemoteResultFilter
public interface class IRemoteResultFilter
public interface IRemoteResultFilter
Members
All MembersMethods



IconMemberDescription
GetFilterDecision(SpaceRemotingFilterInfo, ISpaceRemotingInvocation)
A callback invoked for each result that arrives as a result of a broadcast remote service execution allowing to access the result that caused this event, the events received so far, and the total expected results.

See Also

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