Skip to content

DurableJob

class

Namespace: Orleans.DurableJobs

Represents a durable job that will be executed at a specific time.
[Orleans.GenerateSerializer]
[Orleans.Alias(Orleans.DurableJobs.DurableJob)]
public sealed class DurableJob

Constructors

Properties

  • DueTime Gets the time when this job is due to be executed.
  • Id Gets the unique identifier for this durable job.
  • Metadata Gets optional metadata associated with this durable job.
  • Name Gets the name of the durable job.
  • ShardId Gets the identifier of the shard that manages this durable job.
  • TargetGrainId Gets the identifier of the target grain that will handle this job.
  • TraceParent Gets the W3C traceparent value captured when the job was scheduled. Used to continue the distributed trace when the job is later executed.
  • TraceState Gets the W3C tracestate value captured when the job was scheduled. Used to continue the distributed trace when the job is later executed.