Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.03 KB

systemupdatemanager_unblockautomaticrebootasync_633400569.md

File metadata and controls

29 lines (20 loc) · 1.03 KB
-api-id -api-type ms.custom
M:Windows.System.Update.SystemUpdateManager.UnblockAutomaticRebootAsync(System.String)
winrt method
RS5

Windows.System.Update.SystemUpdateManager.UnblockAutomaticRebootAsync

-description

Unblock automatic update reboots, if blocked.

-parameters

-param lockId

Identifier consisting of A-Z,a-z,0-9. Use Guid.NewGuid.ToString() to generate a new random id. Must match the value passed into BlockAutomaticRebootAsync.

-returns

Returns true if no blocks remain on automatic reboots.

-remarks

-see-also

Windows.System.Update.SystemUpdateManager.GetAutomaticRebootBlockIds, Windows.System.Update.SystemUpdateManager.BlockAutomaticRebootAsync

-examples