Click or drag to resize
ScheduledUpdaterStopWithEvents Property
Gets or sets a value that indicates if Stop will get called when the last event is unsubscribed.

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

Property Value

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