API Reference
Class
TaskSchedulerOptions
Options that influence how Task Scheduler operations are performed (connection, scoping, timeouts).
Inheritance
- Object
- TaskSchedulerOptions
Constructors
public TaskSchedulerOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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 (\).