ImportTimeKeeperBase public abstract class ImportTimeKeeperBase : IDisposable Documentation protected readonly string EventKey A string representation of event being captured. protected ImportTimeKeeperBase(string eventKey) Initialize the time capturing process. public void Dispose() protected abstract void FinishCapturing() A method indicates the ending of time capturing. This method will be called during the disposal of the TimeKeeper.