Click or drag to resize

AggregationResultRemoved Method

Constructs an aggregation result that indicates an aggregate was removed.

Namespace:  NRules.Aggregators
Assembly:  NRules (in NRules.dll) Version: 0.9.3
Syntax
C#
public static AggregationResult Removed(
	Object result
)

Parameters

result
Type: SystemObject
Aggregate.

Return Value

Type: AggregationResult
Aggregation result.
See Also