TriggerBuilderRunningAtMostFor(String) 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(
	string span
)

Parameters

span  String
The duration span string. Must be parsable by Parse(String).

Return Value

TriggerBuilder
TriggerBuilder instance.

See Also