TaskServiceInstance Property

Gets a local instance of the TaskService using the current user's credentials.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public static TaskService Instance { get; }

Property Value

TaskService
Local user TaskService instance.

See Also