UpdateSummaryCollection.Remove Method (IUpdateSummary)
Applies To: Windows Server Update Services
Removes the summary installation information for an update from the collection.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public void Remove(
IUpdateSummary value
)
public:
void Remove(
IUpdateSummary^ value
)
member Remove :
value:IUpdateSummary -> unit
Public Sub Remove (
value As IUpdateSummary
)
Parameters
value
Type: Microsoft.UpdateServices.Administration.IUpdateSummaryAn IUpdateSummary of the summary information to remove.
Exceptions
Exception
Condition
The summary information does not exist in the collection.
value cannot be null.
See Also
RemoveāOverload
UpdateSummaryCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top