IInstallCallback.ReportInstallResult method

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

Syntax

void ReportInstallResult(
  UpdateInstallResult installResult
)

Parameters

Remarks

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

Requirements

Server

Windows ServerĀ 2012

Namespace

Microsoft.ClusterAwareUpdating

See also

IInstallCallback