IScanCallback.ReportApplicableUpdate method

Callback method used by the plug-in to report that an applicable update was found by the scan operation.

Syntax

void ReportApplicableUpdate(
  UpdateInfo update
)

Parameters

  • update
    Type: UpdateInfo

    Contains details about the applicable update found by the scan operation.

Remarks

The plug-in should call this method for every applicable update found.

Requirements

Server

Windows ServerĀ 2012

Namespace

Microsoft.ClusterAwareUpdating

See also

IScanCallback