Click or drag to resize

IAggregatorFactoryCreate Method

Creates a new aggregator instance. This method is called by the engine for each new combination of preceding partial matches, so that a new instance of the aggregator is created to accumulate the results.

Namespace:  NRules.Aggregators
Assembly:  NRules (in NRules.dll) Version: 0.9.3
Syntax
C#
IAggregator Create()

Return Value

Type: IAggregator
Aggregator instance.
See Also