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.12.0
Syntax
C#
public ActionBuilder WithArguments(
	string args
)
Request Example View Source

Parameters

args  String
The arguments.

Return Value

ActionBuilder
ActionBuilder instance.
See Also