IUpdateCategory.GetTotalSummary Method ()

 

Applies To: Windows Server Update Services

Gets one summary summed across all drivers and software updates in this category and all subcategories for all computers.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

IUpdateSummary GetTotalSummary()
IUpdateSummary^ GetTotalSummary()
abstract GetTotalSummary : unit -> IUpdateSummary
Function GetTotalSummary As IUpdateSummary

Return Value

Type: Microsoft.UpdateServices.Administration.IUpdateSummary

One summary with counts summed across all drivers and software updates in this category and all subcategories for all computers.

Remarks

This is equivalent to IUpdateClassification.GetSummaryPerUpdate(Microsoft.UpdateServices.Administration.UpdateTypes.Driver | UpdateTypes.SoftwareUpdate).

See Also

IUpdateCategory Interface
Microsoft.UpdateServices.Administration Namespace

Return to top