Share via


UpdateInfo Class

 

Used by the IScanCallback interface to report updates found by the IClusterNodeUpdater interface's ScanAsync method.

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

Inheritance Hierarchy

System.Object
  Microsoft.ClusterAwareUpdating.UpdateInfoBase
    Microsoft.ClusterAwareUpdating.UpdateInfo

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod UpdateInfo(String, String, String, String)

Creates an instance of the UpdateInfo class.

Properties

Name Description
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 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()

(Inherited from UpdateInfoBase.)

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
IScanCallback
UpdateInfoBase
Microsoft.ClusterAwareUpdating Namespace

Return to top