Interface IActivityTracker
Describes a module that tracks changes in the system with the intent of logging the changes to the activity log.
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IActivityTrackerRemarks
When the activity system is started and stopped it will call the Start() and Stop() methods of each registered tracker.
Methods
Start()
Starts the change tracking done by this instance.
Declaration
void Start()Stop()
Stops all change tracking done by this instance.
Declaration
void Stop()