Interface IWorkItem<TTime>
Interface representing a scheduler work item.
Inherited Members
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 |