Interface IRuleInvocationRecorder
Controls the recording of rule invocations and provides access to the recorded invocations.
public interface IRuleInvocationRecorder
Methods
Clear()
Clears all recorded invocations.
void Clear()
GetInvocations()
Gets all recorded invocations.
IReadOnlyList<IMatch> GetInvocations()
Returns
Pause()
Pauses recording of rule invocations.
void Pause()
Resume()
Resumes recording of rule invocations.
void Resume()