UpdateStagingResult Class

 

Used by the IStageCallback interface to report updates staged by the IClusterNodeUpdater interface's StageAsync method.

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

Inheritance Hierarchy

System.Object
  Microsoft.ClusterAwareUpdating.UpdateInfoBase
    Microsoft.ClusterAwareUpdating.UpdateStagingResult

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod UpdateStagingResult(String, String, String, String, ResultCode, Int32, DateTime)

Creates an instance of the UpdateStagingResult class.

System_CAPS_pubmethod UpdateStagingResult(UpdateInfo, ResultCode, Int32, DateTime)

Creates an instance of the UpdateStagingResult class.

Properties

Name Description
System_CAPS_pubproperty ErrorCode

Gets the error code from the staging operation.

System_CAPS_pubproperty NodeName

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

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 staging operation.

System_CAPS_pubproperty UpdateTimestamp

Gets the time stamp (in UTC format) of the staging 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

IClusterNodeUpdater
IClusterUpdatingPlugin
Microsoft.ClusterAwareUpdating Namespace

Return to top