Interface IScheduleWork
Represents a scheduler of work.
Namespace: DNVGL.One.Compute.Core.Scheduling
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public interface IScheduleWork
Methods
View SourceScheduleWorkAsync(WorkItem, WorkItem)
Schedules new work.
Declaration
Task ScheduleWorkAsync(WorkItem schedulingWork, WorkItem work)
Parameters
| Type | Name | Description |
|---|---|---|
| WorkItem | schedulingWork | The work unit scheduling the work. |
| WorkItem | work | The work to be scheduled. |
Returns
| Type | Description |
|---|---|
| Task | Asynchronous |