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 Basic | Visual C++ | J# |
public interface IRemoteResultFilter
Public Interface IRemoteResultFilter
public interface class IRemoteResultFilter
public interface IRemoteResultFilter
Members
All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
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.
|