Show / Hide Table of Contents

Interface IWorkItem<TTime>

Interface representing a scheduler work item.

Inherited Members
IWorkItem.Invoke()
IWorkItem.RecalculatePriority()
IWorkItem.Priority
IWorkItem.Task
IWorkItem.Scheduler
IWorkItem.IsPaused
IWorkItem.IsRunnable
Namespace: Reaqtive.Scheduler
Assembly: Reaqtive.Scheduler.dll
Syntax
public interface IWorkItem<out TTime> : IWorkItem where TTime : IComparable<TTime>
Type Parameters
Name Description
TTime

The type used to represent the due time.

Properties

DueTime

Gets the due time when the work item should run.

Declaration
TTime DueTime { get; }
Property Value
Type Description
TTime
In This Article
Back to top Generated by DocFX