Skip to content

JobShard

class

Namespace: Orleans.DurableJobs

Base implementation of IJobShard that provides common functionality for job shard implementations.
public abstract class JobShard : IJobShard, IAsyncDisposable

Properties

  • EndTime Gets the end time of the time range managed by this shard.
  • Id Gets the unique identifier for this job shard.
  • IsAddingCompleted Gets a value indicating whether this shard has been marked as complete and is no longer accepting new jobs.
  • Metadata Gets optional metadata associated with this job shard.
  • StartTime Gets the start time of the time range managed by this shard.

Methods