TestimoX

API Reference

Class

TaskSchedulerOptions

Namespace ComputerX.ScheduledTasks
Assembly ComputerX
Modifiers sealed

Options that influence how Task Scheduler operations are performed (connection, scoping, timeouts).

Inheritance

  • Object
  • TaskSchedulerOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

Properties

public NetworkCredential Credential { get; set; } #

Optional credentials for remote connections.

public Nullable<TimeSpan> ConnectTimeout { get; set; } #

Best-effort connection timeout; enforced by the backend via cancellation.

public String Folder { get; set; } #

Folder to scope enumeration under. Defaults to root (\).