UpdateInstallResult.UpdateInstallResult(String, String, String, String, ResultCode, Int32, Boolean, Boolean, DateTime ) constructor

Creates an instance of the UpdateInstallResult class.

Syntax

public UpdateInstallResult(
  string nodeName, 
  string updateId, 
  string updateTitle, 
  string updateDescription, 
  ResultCode resultCode, 
  int errorCode, 
  bool rebootRequired, 
  bool longRebootHint, 
  DateTime  updateTimestamp
)

Parameters

  • nodeName
    Type: String

    The name of the node that was updated.

  • updateId
    Type: String

    The unique identifier for the update.

  • updateTitle
    Type: String

    The title of the update.

  • updateDescription
    Type: String

    The description of the update.

  • resultCode
    Type: ResultCode

    The result code from the install operation (Succeeded, Failed, or Canceled).

  • errorCode
    Type: Int32

    The error code from the install operation.

  • rebootRequired
    Type: Boolean

    True if a reboot is required; otherwise false.

  • longRebootHint
    Type: Boolean

    True if a long reboot is expected; otherwise false.

  • updateTimestamp
    Type: DateTime

    The time stamp of the install operation.

Requirements

Server

Windows ServerĀ 2012

Namespace

Microsoft.ClusterAwareUpdating

See also

UpdateInstallResult