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: StringThe name of the node that was updated.
updateId
Type: StringThe unique identifier for the update.
updateTitle
Type: StringThe title of the update.
updateDescription
Type: StringThe description of the update.
resultCode
Type: ResultCodeThe result code from the install operation (Succeeded, Failed, or Canceled).
errorCode
Type: Int32The error code from the install operation.
rebootRequired
Type: BooleanTrue if a reboot is required; otherwise false.
longRebootHint
Type: BooleanTrue if a long reboot is expected; otherwise false.
updateTimestamp
Type: DateTimeThe time stamp of the install operation.
Requirements
Server |
Windows ServerĀ 2012 |
Namespace |
Microsoft.ClusterAwareUpdating |