IUpdateCategory.GetTotalSummary Method (UpdateTypes) 

[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Get one summary summed across updates of the specified type in this category and all subcategories 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

'Declaration
Function GetTotalSummary ( _
    updateTypes As UpdateTypes _
) As IUpdateSummary
'Usage
Dim instance As IUpdateCategory
Dim updateTypes As UpdateTypes
Dim returnValue As IUpdateSummary

returnValue = instance.GetTotalSummary(updateTypes)
IUpdateSummary GetTotalSummary (
    UpdateTypes updateTypes
)
IUpdateSummary^ GetTotalSummary (
    UpdateTypes updateTypes
)
IUpdateSummary GetTotalSummary (
    UpdateTypes updateTypes
)
function GetTotalSummary (
    updateTypes : UpdateTypes
) : IUpdateSummary

Parameters

  • updateTypes
    The types of updates to get information for. Can be any combination of values from UpdateTypes.

Return Value

One summary with counts summed across updates of the specified type in this category and all subcategories for all computers.

Remarks

This operation requires WSUS Reporter privileges.

Platforms

Windows Server 2003

See Also

Reference

IUpdateCategory Interface
IUpdateCategory Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.