Click or drag to resize

IStatefulAgendaFilterRemove Method

Called by the engine when activation is removed from the agenda. The agenda filter can use this method to remove any state associated with the activation.

Namespace:  NRules.AgendaFilters
Assembly:  NRules (in NRules.dll) Version: 0.9.3
Syntax
C#
void Remove(
	AgendaContext context,
	Activation activation
)

Parameters

context
Type: NRules.AgendaFiltersAgendaContext
Agenda context.
activation
Type: NRulesActivation
Rule activation.
Remarks
This method must not evaluate agenda expressions.
See Also