WindowsUpdateActionResult Class

Definition

Returned by the WindowsUpdate.ActionResult property.

public ref class WindowsUpdateActionResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Management.Update.WindowsUpdateContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WindowsUpdateActionResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Management.Update.WindowsUpdateContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WindowsUpdateActionResult
Public NotInheritable Class WindowsUpdateActionResult
Inheritance
Object Platform::Object IInspectable WindowsUpdateActionResult
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.23504.0)
API contract
Windows.Management.Update.WindowsUpdateContract (introduced in v1.0)

Properties

Action

Gets the result of an action for the WindowsUpdate object.

ExtendedError

Gets detailed information about an error associated with a completed action event.

Succeeded

Gets a value indicating whether the completed action succeeded.

Timestamp

Gets the timestamp at which an action was completed.

Applies to