Click or drag to resize

IStatefulAgendaFilter Methods

The IStatefulAgendaFilter type exposes the following members.

Methods
  NameDescription
Public methodAccept
Tests rule activation whether it should be added to the agenda.
(Inherited from IAgendaFilter.)
Public methodRemove
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.
Public methodSelect
Called by the engine when activation is selected from the agenda, before rule's actions are executed.
Top
See Also