TimingValueBuilder.AddRepeat

TimingValueBuilder.AddRepeat method

Adds a repeat-based timing value.

public TimingValueBuilder AddRepeat(string id, int repeatCount, TimeSpan? offset = default)
ParameterTypeDescription
idStringThe ID of the element to synchronize with.
repeatCountInt32The number of repeats to wait for.
offsetNullable`1Optional offset from the repeat timing.

Return Value

The current TimingValueBuilder instance for chaining.

See Also