Share via


UpdateInstallResult Class

 

Used by the IInstallCallback interface to report updates installed by the IClusterNodeUpdater interface's InstallAsync method.

Namespace:   Microsoft.ClusterAwareUpdating
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ClusterAwareUpdating.UpdateInfoBase
    Microsoft.ClusterAwareUpdating.UpdateInstallResult

Syntax

[DataContractAttribute]
public sealed class UpdateInstallResult : UpdateInfoBase
[DataContractAttribute]
public ref class UpdateInstallResult sealed : UpdateInfoBase
[<Sealed>]
[<DataContractAttribute>]
type UpdateInstallResult = 
    class
        inherit UpdateInfoBase
    end
<DataContractAttribute>
Public NotInheritable Class UpdateInstallResult
    Inherits UpdateInfoBase

Constructors

Name Description
System_CAPS_pubmethod UpdateInstallResult(String, String, String, String, ResultCode, Int32, Boolean, Boolean, DateTime)

Creates an instance of the UpdateInstallResult class.

System_CAPS_pubmethod UpdateInstallResult(String, String, String, String, ResultCode, Int32, Boolean, DateTime)

Creates an instance of the UpdateInstallResult class.

System_CAPS_pubmethod UpdateInstallResult(UpdateInfo, ResultCode, Int32, Boolean, Boolean, DateTime)

Creates an instance of the UpdateInstallResult class.

Properties

Name Description
System_CAPS_pubproperty ErrorCode

Gets the error code from the install operation.

System_CAPS_pubproperty LongRebootHint

Gets a value that indicates whether rebooting will take longer than usual after the install operation.

System_CAPS_pubproperty NodeName

Gets the name of the node that was updated.(Inherited from UpdateInfoBase.)

System_CAPS_pubproperty RebootRequired

Gets a value that indicates whether rebooting the node is required after the install operation.

System_CAPS_pubproperty SourcePlugin

(Inherited from UpdateInfoBase.)

System_CAPS_pubproperty UpdateDescription

Gets the description of the update.(Inherited from UpdateInfoBase.)

System_CAPS_pubproperty UpdateId

Gets the unique identifier for the update.(Inherited from UpdateInfoBase.)

System_CAPS_pubproperty UpdateResultCode

Gets the result code from the install operation.

System_CAPS_pubproperty UpdateTimestamp

Gets the time stamp (in UTC format) of the install operation.

System_CAPS_pubproperty UpdateTitle

Gets the title of the update.(Inherited from UpdateInfoBase.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Overrides UpdateInfoBase.ToString().)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

UpdateInfoBase
IClusterNodeUpdater
IClusterUpdatingPlugin
IInstallCallback
Microsoft.ClusterAwareUpdating Namespace

Return to top