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 DurableJobConstructors
Properties
DueTimeGets the time when this job is due to be executed.IdGets the unique identifier for this durable job.MetadataGets optional metadata associated with this durable job.NameGets the name of the durable job.ShardIdGets the identifier of the shard that manages this durable job.TargetGrainIdGets the identifier of the target grain that will handle this job.TraceParentGets the W3Ctraceparentvalue captured when the job was scheduled. Used to continue the distributed trace when the job is later executed.TraceStateGets the W3Ctracestatevalue captured when the job was scheduled. Used to continue the distributed trace when the job is later executed.
