Click or drag to resize
Task Scheduler Managed Class Library

ActionBuilderWithArguments Method

Adds arguments to the ExecAction.

Namespace:  Microsoft.Win32.TaskScheduler.Fluent
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public ActionBuilder WithArguments(
	string args
)
Request Example View Source

Parameters

args
Type: SystemString
The arguments.

Return Value

Type: ActionBuilder
ActionBuilder instance.
See Also