IUpdateServer.GetUpdateEventHistory Method

 

Applies To: Windows Server Update Services

Gets the events reported up to the server for all updates.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Overload List

Name Description
System_CAPS_pubmethod GetUpdateEventHistory(DateTime, DateTime)

Gets all installation events for all clients for the specified date range.

System_CAPS_pubmethod GetUpdateEventHistory(DateTime, DateTime, Guid)

Gets all installation events that were raised by all clients for the specified update and date range.

System_CAPS_pubmethod GetUpdateEventHistory(DateTime, DateTime, Guid, WsusEventSource, WsusEventId[])

Gets events based on the specified criteria.

System_CAPS_pubmethod GetUpdateEventHistory(DateTime, DateTime, IComputerTarget)

Gets all installation events that were raised by the specified client for the specified date range.

See Also

IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace

Return to top