Skip to content

ScheduleJobRequest

struct

Namespace: Orleans.DurableJobs

Represents a request to schedule a durable job.
public readonly struct ScheduleJobRequest

Properties

  • DueTime Gets the date and time when the job should be executed.
  • JobName Gets the name of the job for identification purposes.
  • Metadata Gets optional metadata associated with the job.
  • Target Gets the grain identifier of the target grain that will receive the durable job.
  • TraceParent Gets the W3C traceparent value to associate with the scheduled job, used to continue the distributed trace when the job is later executed. If null, the value of System.Diagnostics.Activity.Current at the time ILocalDurableJobManager is invoked will be used.
  • TraceState Gets the W3C tracestate value to associate with the scheduled job, used to continue the distributed trace when the job is later executed. If null, the value of System.Diagnostics.Activity.Current at the time ILocalDurableJobManager is invoked will be used.