Skip to content

JobShard.JobShard(string, DateTimeOffset, DateTimeOffset)

JobShard(string, DateTimeOffset, DateTimeOffset)

View source
protected JobShard(string id, DateTimeOffset startTime, DateTimeOffset endTime)
Initializes a new instance of the JobShard class.

Parameters

idstring
The unique identifier for this job shard.
startTimeDateTimeOffset
The start time of the time range managed by this shard.
endTimeDateTimeOffset
The end time of the time range managed by this shard.