Click or drag to resize

IAggregatorFactory Methods

The IAggregatorFactory type exposes the following members.

Methods
  NameDescription
Public methodCompile
Called by the rules engine to compile the aggregator factory before it is used for the first time.
Public methodCreate
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.
Top
See Also