| ScheduledUpdaterStopWithEvents Property |
Gets or sets a value that indicates if
Stop will
get called when the last event is unsubscribed.
Namespace: Microsoft.IoT.DeviceCoreAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool StopWithEvents { get; set; }
Public Property StopWithEvents As Boolean
Get
Set
public:
virtual property bool StopWithEvents {
bool get () sealed;
void set (bool value) sealed;
}
abstract StopWithEvents : bool with get, set
override StopWithEvents : bool with get, set
Property Value
Type:
Booleantrue 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