Task Scheduler Managed Class Library
C#
Show/Hide TOC
Task
Service
Instance 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.1
C#
Copy
View Source
Request Example
public
static
TaskService
Instance
{
get
; }
Property Value
TaskService
Local user
TaskService
instance.
See Also
Reference
TaskService Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
See Also