ScheduleJobRequest
struct
Namespace: Orleans.DurableJobs
Represents a request to schedule a durable job.
public readonly struct ScheduleJobRequestProperties
DueTimeGets the date and time when the job should be executed.JobNameGets the name of the job for identification purposes.MetadataGets optional metadata associated with the job.TargetGets the grain identifier of the target grain that will receive the durable job.TraceParentGets the W3Ctraceparentvalue to associate with the scheduled job, used to continue the distributed trace when the job is later executed. Ifnull, the value ofSystem.Diagnostics.Activity.Currentat the timeILocalDurableJobManageris invoked will be used.TraceStateGets the W3Ctracestatevalue to associate with the scheduled job, used to continue the distributed trace when the job is later executed. Ifnull, the value ofSystem.Diagnostics.Activity.Currentat the timeILocalDurableJobManageris invoked will be used.
