ITimer public interface ITimer : IDisposable, IAsyncDisposable Represents a timer that can have its due time and period changed. Documentation Code bool Change(TimeSpan dueTime, TimeSpan period) Changes the start time and the interval between method invocations for a timer, using TimeSpan values to measure time intervals.