Click or drag to resize
Task Scheduler Managed Class Library

BaseBuilderAsTask Method (String)

Assigns the name of the task and registers it.

Namespace:  Microsoft.Win32.TaskScheduler.Fluent
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public Task AsTask(
	string name
)
Request Example View Source

Parameters

name
Type: SystemString
The name.

Return Value

Type: Task
A registered Task instance.
See Also