Share via


UpdateInstallResult.LongRebootHint Property

 

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

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

Syntax

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

Property Value

Type: System.Boolean

Returns true if a long reboot is expected; otherwise false.

Remarks

The LongRebootHint property provides a hint to the Update Coordinator that rebooting the node may take longer than usual after installing this update. The Update Coordinator uses this hint to adjust the reboot time-out.

See Also

IClusterNodeUpdater
IClusterUpdatingPlugin
RebootRequired
UpdateInstallResult Class
Microsoft.ClusterAwareUpdating Namespace

Return to top