Property ArgumentsJson
ArgumentsJson
One JSON document per parameter, positionally aligned with them.
public required IReadOnlyList<string?> ArgumentsJson { get; init; }
Property Value
Remarks
null at a position means the argument is not carried in the record — a CancellationToken is the case that arises today, and the worker supplies the job's execution token in its place.