IAggregatorFactory Methods |
The IAggregatorFactory type exposes the following members.
Name | Description | |
---|---|---|
![]() | Compile |
Called by the rules engine to compile the aggregator factory before it is used for the first time.
|
![]() | Create |
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.
|