| SchedulerAutoStart Property |
Gets or sets a value that indicates if the scheduler should automatically start
when the first subscriber is scheduled.
Namespace: Microsoft.IoT.DeviceCoreAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AutoStart { get; set; }
Public Property AutoStart As Boolean
Get
Set
public:
virtual property bool AutoStart {
bool get () sealed;
void set (bool value) sealed;
}
abstract AutoStart : bool with get, set
override AutoStart : bool with get, set
Property Value
Type:
Booleantrue if if the scheduler should automatically start when the first
subscriber is scheduled; otherwise false. The default is
true.
See Also