Click or drag to resize
ObservableEventTSender, TResult Constructor (ScheduledAction)

Namespace: Microsoft.IoT.DeviceHelpers
Assembly: Microsoft.IoT.DeviceHelpers (in Microsoft.IoT.DeviceHelpers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ObservableEvent(
	ScheduledAction firstAdded
)

Parameters

firstAdded
Type: Microsoft.IoT.DeviceCoreScheduledAction
A ScheduledAction that will be called when the first subscriber is added.
See Also