TriggerBuilderRunningAtMostFor(TimeSpan) Method

Specifies the maximum amount of time to repeat the execution of a trigger.

Definition

Namespace: Microsoft.Win32.TaskScheduler.Fluent
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public TriggerBuilder RunningAtMostFor(
	TimeSpan span
)

Parameters

span  TimeSpan
The duration span.

Return Value

TriggerBuilder
TriggerBuilder instance.

See Also