Share via


IScanCallback.ReportApplicableUpdate Method (UpdateInfo)

 

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

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

Syntax

void ReportApplicableUpdate(
    UpdateInfo update
)
void ReportApplicableUpdate(
    UpdateInfo^ update
)
abstract ReportApplicableUpdate : 
        update:UpdateInfo -> unit
Sub ReportApplicableUpdate (
    update As UpdateInfo
)

Parameters

Remarks

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

See Also

IScanCallback Interface
Microsoft.ClusterAwareUpdating Namespace

Return to top