Method Aggregate
Aggregate(Object)
Performs given logic of aggregate on local node like combiner.
Declaration
public object Aggregate(object value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | object |
Returns
Type | Description |
---|---|
System. |
Returns aggregated result. |