UtilPowerRemoveAwakeSignal Method
Removes any previously sent Awake signal.
Call this function to return to previous state when the caller thread has finished.
Namespace: DevCase.Core.IO.Devices.PowerAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool RemoveAwakeSignal()
Public Shared Function RemoveAwakeSignal As Boolean
Dim returnValue As Boolean
returnValue = UtilPower.RemoveAwakeSignal()
public:
static bool RemoveAwakeSignal()
static member RemoveAwakeSignal : unit -> bool
No code example is currently available or this language may not be supported.
Return Value
Boolean if operation succeeds,
otherwise.