SocketActivityTrigger.IsWakeFromLowPowerSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether a SocketActivityTrigger can wake the machine from a low power state.
public:
property bool IsWakeFromLowPowerSupported { bool get(); };
bool IsWakeFromLowPowerSupported();
public bool IsWakeFromLowPowerSupported { get; }
var boolean = socketActivityTrigger.isWakeFromLowPowerSupported;
Public ReadOnly Property IsWakeFromLowPowerSupported As Boolean
Property Value
bool
True indicates that this trigger can wake the machine from a low power state; false otherwise.
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|
Remarks
This trigger is registered such that when there is new data available on the socket it will wake the device and activate the background task. On devices that don't support always on, always connected (AOAC), the device will not be awakened to trigger the background task.
Devices that support AOAC can be put into standby mode without fully powering down. In this mode it can maintain network connectivity. On these devices, a trigger can wake up the device.