IUpdateSummary Interface
Applies To: Windows Server Update Services
Use this interface to get summary information about the number of clients reporting different states of installing updates. To get this interface, call one of the following methods: GetTotalSummary; Item.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public interface IUpdateSummary
public interface class IUpdateSummary
type IUpdateSummary = interface end
Public Interface IUpdateSummary
Properties
Name | Description | |
---|---|---|
ComputerTargetGroupId | Gets the GUID of the target group. |
|
ComputerTargetId | Gets the GUID string of the client computer. |
|
DownloadedCount | Gets the number of updates that have been downloaded but not installed. |
|
FailedCount | Gets the number of updates that failed to install. |
|
InstalledCount | Gets the number of updates that have been successfully installed. |
|
InstalledPendingRebootCount | Gets the number of updates that have been successfully installed and are pending a computer restart to finish the installation. |
|
IsSummedAcrossAllUpdates | Gets whether the summary counts are summed across all updates or represent a single update. |
|
LastUpdated | Gets the date when the summary information was last updated. |
|
NotApplicableCount | Gets the number of updates that are not applicable to a client computer. |
|
NotInstalledCount | Gets the number of updates that are applicable to the client computer but have not been downloaded or installed. |
|
UnknownCount | Gets the number of updates where the current state of the installation cannot be determined. |
|
UpdateId | Gets the GUID of the update. |
Methods
Name | Description | |
---|---|---|
GetHashCode() | The hash code for the IUpdateSummary interface |
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top