IComputerTargetGroup.GetTotalSummary()

Retrieves the summary installation counts for all approved updates.

public IUpdateSummary GetTotalSummary();
Public Function GetTotalSummary() As IUpdateSummary
Implements IComputerTargetGroup.GetTotalSummary

Parameters

This method has no parameters.

Return Value

An IUpdateSummary that provides summary installation counts for all approved updates on all clients in the group. For example, the summary shows the total number of updates that were successfully installed on all clients in the group.

Exceptions

Exception type Condition
WsusObjectNotFoundException Summary information for the target group is not available.

Remarks

The IUpdateSummary.UnknownCount count may include updates that were not approved for deployment to clients in this target group. For example, if the WSUS server contains 10 updates (five are approved for deployment to this group and three are approved for deployment to another group) and this group contains five clients, the unknown count value would be at least 15. This value could be more if clients in this group were unable to report status for one or more of the updates.

To retrieve summary information that sums the results for each update that is deployed to clients in the group, call IComputerTargetGroup.GetSummaryPerUpdate.

Requirements

Server Requires Windows Server 2003 or Windows 2000 Server SP4 and later.
Namespace

Defined in Microsoft.UpdateServices.Administration.

Assembly

Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll).

.NET Framework

Requires .NET Framework 1.1.

See Also

IComputerTargetGroup.GetTotalSummaryPerComputerTarget