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. |
value | object |
Returns
Type | Description |
---|---|
System. |
Returns aggregated result. |