Method AggregateAll
AggregateAll(Object)
Performs given logic of aggregate on all server nodes like Reduce phase operation.
Declaration
public object AggregateAll(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | object |
Returns
Type | Description |
---|---|
System.Object | Returns aggregated result. |