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(IWorkUnit, WorkItem)
Schedules new work.
Declaration
Task ScheduleWorkAsync(IWorkUnit schedulingWork, WorkItem work)
Parameters
Type | Name | Description |
---|---|---|
IWorkUnit | schedulingWork | The work unit scheduling the work. |
WorkItem | work | The work to be scheduled. |
Returns
Type | Description |
---|---|
Task | Asynchronous Task. |