Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.22 KB

windowsupdaterestartrequestoptions_windowsupdaterestartrequestoptions_640286620.md

File metadata and controls

38 lines (24 loc) · 1.22 KB
-api-id -api-type
M:Windows.Management.Update.WindowsUpdateRestartRequestOptions.#ctor(System.String,System.String,Windows.Foundation.Uri,System.Int32,System.Int32)
winrt constructor

Windows.Management.Update.WindowsUpdateRestartRequestOptions.#ctor(System.String,System.String,Windows.Foundation.Uri,System.Int32,System.Int32)

-description

Creates a new instance of WindowsUpdateRestartRequestOptions, with all required properties set for use.

-parameters

-param title

The title of the update.

-param description

Description metadata that gives more detailed information about an update.

-param moreInfoUrl

A URL that links to detailed information regarding the update.

-param complianceDeadlineInDays

Indicates the compliance deadline in days before a reboot must occur in order to complete the update.

-param complianceGracePeriodInDays

Indicates the compliance grace period in days before a reboot must occur in order to complete the update.

-remarks

-see-also

-examples