DueTime
getinit
public DateTimeOffset DueTime Gets the date and time when the job should be executed.
public DateTimeOffset DueTimepublic string JobNamepublic IReadOnlyDictionary<string, string>? Metadatapublic GrainId Targetpublic string? TraceParenttraceparent 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. public string? TraceStatetracestate 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.