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