A IRemoteResultReducer which takes the first returned result of a broadcast remoting
invocation and returns it as the execution result. The reducer also implements IRemoteResultFilter
in order to break the broadcast result collection once a single result arrives.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public class FirstResultReducer : IRemoteResultReducer, IRemoteResultFilter
Public Class FirstResultReducer _ Implements IRemoteResultReducer, IRemoteResultFilter
public ref class FirstResultReducer : IRemoteResultReducer, IRemoteResultFilter
public class FirstResultReducer implements IRemoteResultReducer, IRemoteResultFilter
Members
All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
FirstResultReducer()()()() | Initializes a new instance of the FirstResultReducer class | |
Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
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.
| |
GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Reduce(SpaceRemotingResultsCollection, ISpaceRemotingInvocation) |
Reduce a list of SpaceRemotingResult into a single result.
| |
ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
Inheritance Hierarchy
Object | |
FirstResultReducer |