IInstallCallback.ReportInstallResult method
Callback method used by the plug-in to report the result of installing an update.
Syntax
void ReportInstallResult(
UpdateInstallResult installResult
)
Parameters
installResult
Type: UpdateInstallResultThe result of installing an update.
Remarks
The plug-in should call this method for every update that was installed.
Requirements
Server |
Windows ServerĀ 2012 |
Namespace |
Microsoft.ClusterAwareUpdating |