Click or drag to resize
ScheduledUpdaterStartWithEvents Property
Gets or sets a value that indicates if Start will get called when the first event is subscribed to.

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 StartWithEvents { get; set; }

Property Value

Type: Boolean
true if Start will get called when the first event is subscribed to; otherwise false. The default is true.
Remarks
Only events that are internally implemented using ScheduledUpdater participate in auto start and stop.
See Also