Task Scheduler Managed Class Library
C#
Show/Hide TOC
Settings
Builder
Only
If
Network
Available Method
Indicates that the Task Scheduler will run the task only when a network is available.
Definition
Namespace:
Microsoft.Win32.TaskScheduler.Fluent
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
C#
Copy
View Source
Request Example
public
SettingsBuilder
OnlyIfNetworkAvailable
()
Return Value
SettingsBuilder
SettingsBuilder
instance.
See Also
Reference
SettingsBuilder Class
Microsoft.Win32.TaskScheduler.Fluent Namespace
In This Article
Definition
See Also