IScheduledItem<TAbsolute> public interface IScheduledItem<TAbsolute> Represents a work item that has been scheduled. Documentation Code TAbsolute DueTime { get; } Gets the absolute time at which the item is due for invocation. void Invoke() Invokes the work item.