The IAggregator type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetState |
Returns an object that represents compacted "raw" aggregator state
| |
| Merge |
Modifies current instance of aggregator by merging with specified compatible aggregator
| |
| Push |
Modifies aggregator value by processing specified fact (data record)
|
Extension Methods
| Name | Description | |
|---|---|---|
| AsComposite |
Returns the IAggregator as CompositeAggregator instance.
(Defined by AggregatorExtensions.) |
See Also