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 | |
---|---|---|
GetUpdateEventHistory(DateTime, DateTime) | Gets all installation events for all clients for the specified date range. |
|
GetUpdateEventHistory(DateTime, DateTime, Guid) | Gets all installation events that were raised by all clients for the specified update and date range. |
|
GetUpdateEventHistory(DateTime, DateTime, Guid, WsusEventSource, WsusEventId[]) | Gets events based on the specified criteria. |
|
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