IUpdateClassification.GetTotalSummary Method ()

 

Applies To: Windows Server Update Services

Get one summary summed across all drivers and software updates in this classification for all computers. Only updates with at least one approval are included.

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 classification for all computers.

Remarks

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

See Also

IUpdateClassification Interface
Microsoft.UpdateServices.Administration Namespace

Return to top