IUpdate.GetSummaryPerComputerTargetGroup()

Retrieves a collection of summary information for each target group to which the update applies.

public UpdateSummaryCollection GetSummaryPerComputerTargetGroup();
Public Function GetSummaryPerComputerTargetGroup() As UpdateSummaryCollection
Implements IUpdate.GetSummaryPerComputerTargetGroup

Parameters

This method has no parameters.

Return Value

An UpdateSummaryCollection collection that contains summary information for each target group to which the update applies. The summary information represents the installation state totals summed across all clients in the target group. For example, the total number of clients that installed the update.

Remarks

To determine the installation state of individual clients within a target group, call IUpdate.GetUpdateInstallationInfoPerComputerTarget. Then, for each client in the group, call IUpdateInstallationInfo.UpdateInstallationState.

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.