Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 681 Bytes

systemupdatemanager_blockautomaticrebootasync_2067935084.md

File metadata and controls

27 lines (18 loc) · 681 Bytes
-api-id -api-type ms.custom
M:Windows.System.Update.SystemUpdateManager.BlockAutomaticRebootAsync(System.String)
winrt method
RS5

Windows.System.Update.SystemUpdateManager.BlockAutomaticRebootAsync

-description

Block automatic reboots for update until UnblockAutomaticRebootAsync is called or until reboot is enforced by system policy.

-parameters

-param lockId

Identifier consisting of A-Z,a-z,0-9. Use Guid.NewGuid.ToString() to generate a new random id.

-returns

-remarks

-see-also

-examples