Show / Hide Table of Contents

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 Source

ScheduleWorkAsync(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.

  • View Source
In this article
Back to top Copyright © DNV AS. All rights reserved.