IUpdateEvent Members

Use this interface to get information about events associated with updates. To get this interface, call Item.

The following tables list the members exposed by the IUpdateEvent type.

Public Properties

  Name Description
public property ComputerId Gets the GUID of the computer associated with this event.
public property CreationDate Gets the date and time when the event was generated.
public property ErrorCode Gets the error code returned by the client when the client event represents a failure.
public property HasAssociatedComputer Gets whether this event is associated with a client computer.
public property HasAssociatedUpdate Gets whether the event is associated with an update.
public property Id Gets the GUID of the event.
public property IsError Gets whether the event represents an error.
public property Message Gets the message text associated with the event.
public property Status Gets the installation status of the update at the time this event was recorded.
public property UpdateId Gets the update revision GUID associated with this event.
public property WsusEventId Gets the type of event.
public property WsusEventSource Gets the source of the event.

Top

Public Methods

  Name Description
public method GetComputer Gets the client computer associated with this event.
public method GetHashCode Get as a hash code for the current update event, suitable for use in hashing algorithms and data structures, such as a hash table.
public method GetUpdate Gets the update associated with this event.

Top

See Also

Reference

IUpdateEvent Interface
Microsoft.UpdateServices.Administration Namespace