Share via


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

 

Creates an instance of the UpdateInstallResult class.

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

Syntax

public UpdateInstallResult(
    UpdateInfo updateInfo,
    ResultCode resultCode,
    int errorCode,
    bool rebootRequired,
    bool longRebootHint,
    DateTime updateTimestamp
)
public:
UpdateInstallResult(
    UpdateInfo^ updateInfo,
    ResultCode resultCode,
    int errorCode,
    bool rebootRequired,
    bool longRebootHint,
    DateTime updateTimestamp
)
new : 
        updateInfo:UpdateInfo *
        resultCode:ResultCode *
        errorCode:int *
        rebootRequired:bool *
        longRebootHint:bool *
        updateTimestamp:DateTime -> UpdateInstallResult
Public Sub New (
    updateInfo As UpdateInfo,
    resultCode As ResultCode,
    errorCode As Integer,
    rebootRequired As Boolean,
    longRebootHint As Boolean,
    updateTimestamp As Date
)

Parameters

  • errorCode
    Type: System.Int32

    The error code from the install operation.

  • rebootRequired
    Type: System.Boolean

    True if a reboot is required; otherwise false.

  • longRebootHint
    Type: System.Boolean

    True if a long reboot is expected; otherwise false.

  • updateTimestamp
    Type: System.DateTime

    The time stamp of the install operation.

See Also

UpdateInfo
UpdateInstallResult Overload
UpdateInstallResult Class
Microsoft.ClusterAwareUpdating Namespace

Return to top