Task Scheduler Managed Class Library
Task Scheduler Managed Class Library
Task Scheduler Managed Class Library Overview
Microsoft.Win32.TaskScheduler.Fluent
ActionBuilder Class
ActionBuilder Methods
AtLogon Method
AtLogonOf Method
AtTaskRegistration Method
Every Method
InTheMonthOf Method
InWorkingDirectory Method
OnAll Method
OnBoot Method
Once Method
OnIdle Method
OnStateChange Method
WithArguments Method
Action
Builder
With
Arguments 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#
Copy
public
ActionBuilder
WithArguments
(
string
args
)
Request Example
View Source
Parameters
args
String
The arguments.
Return Value
ActionBuilder
ActionBuilder
instance.
See Also
Reference
ActionBuilder Class
Microsoft.Win32.TaskScheduler.Fluent Namespace
© 2024 GitHub Community. All rights reserved.