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