Header menu logo Nu

JobGraph Type

Processes jobs based on priority.

Instance members

Instance member Description

this.CleanUp

Full Usage: this.CleanUp

Modifiers: abstract

Terminate job processing gracefully.

this.Enqueue

Full Usage: this.Enqueue

Parameters:
    priority : single
    job : Job

Modifiers: abstract

Add a job for processing with the given priority (low number is higher priority).

priority : single
job : Job

this.TryAwait

Full Usage: this.TryAwait

Parameters:
Returns: JobResult option
Modifiers: abstract

Await the completion of a job with the given timeout. Order of jobs with the same key is not guaranteed.

deadLine : DateTimeOffset
jobId : obj
Returns: JobResult option

Type something to start searching.