Click or drag to resize
SchedulerAutoStart Property
Gets or sets a value that indicates if the scheduler should automatically start when the first subscriber is scheduled.

Namespace: Microsoft.IoT.DeviceCore
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool AutoStart { get; set; }

Property Value

Type: Boolean
true if if the scheduler should automatically start when the first subscriber is scheduled; otherwise false. The default is true.
See Also