<PackageReference Include="Relativity.Server.EventHandler.SDK" Version="5000.0.3" />

StatisticsEventHandler<T>

public abstract class StatisticsEventHandler<T> where T : IStatisticsBuilder
Defines the base class for all Statistics event handlers.
public DateTime CurrentTime { get; set; }

Gets or sets the current time.

public ISEHHelper Helper { get; set; }

public DateTime LastSucessfulTime { get; set; }

Gets or sets the date and time for the last successful execution of a Statistics event handler.

public abstract IStatisticsResult Execute(T statBuilder)

Base method for the execution of a Statistics event handler.