IInstallCallback.ReportInstallResult Method (UpdateInstallResult)

 

Callback method used by the plug-in to report the result of installing an update.

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

Syntax

void ReportInstallResult(
    UpdateInstallResult installResult
)
void ReportInstallResult(
    UpdateInstallResult^ installResult
)
abstract ReportInstallResult : 
        installResult:UpdateInstallResult -> unit
Sub ReportInstallResult (
    installResult As UpdateInstallResult
)

Parameters

Remarks

The plug-in should call this method for every update that was installed.

See Also

IInstallCallback Interface
Microsoft.ClusterAwareUpdating Namespace

Return to top