Share via


UpdateInstallResult.RebootRequired Property

 

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

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

Syntax

[DataMemberAttribute(IsRequired = true)]
public bool RebootRequired { get; private set; }
public:
[DataMemberAttribute(IsRequired = true)]
property bool RebootRequired {
    bool get();
    private: void set(bool value);
}
[<DataMemberAttribute(IsRequired = true)>]
member RebootRequired : bool with get, private set
<DataMemberAttribute(IsRequired := True)>
Public Property RebootRequired As Boolean
    Get
    Private Set
End Property

Property Value

Type: System.Boolean

Returns true if a reboot is required; otherwise false.

Remarks

This method signals to the Update Coordinator that a reboot is required for this update. The Update Coordinator will query to LongRebootHint property to adjust the reboot timeout.

See Also

IClusterNodeUpdater
IClusterUpdatingPlugin
UpdateInstallResult Class
Microsoft.ClusterAwareUpdating Namespace

Return to top