IUpdateEvent Interface
Applies To: Windows Server Update Services
Use this interface to get information about events associated with updates. To get this interface, call Item.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public interface IUpdateEvent
public interface class IUpdateEvent
type IUpdateEvent = interface end
Public Interface IUpdateEvent
Properties
Name | Description | |
---|---|---|
ComputerId | Gets the GUID of the computer associated with this event. |
|
CreationDate | Gets the date and time when the event was generated. |
|
ErrorCode | Gets the error code returned by the client when the client event represents a failure. |
|
HasAssociatedComputer | Gets whether this event is associated with a client computer. |
|
HasAssociatedUpdate | Gets whether the event is associated with an update. |
|
Id | Gets the GUID of the event. |
|
IsError | Gets whether the event represents an error. |
|
Message | Gets the message text associated with the event. |
|
Status | Gets the installation status of the update at the time this event was recorded. |
|
UpdateId | Gets the update revision GUID associated with this event. |
|
WsusEventId | Gets the type of event. |
|
WsusEventSource | Gets the source of the event. |
Methods
Name | Description | |
---|---|---|
GetComputer() | Gets the client computer associated with this event. |
|
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. |
|
GetUpdate() | Gets the update associated with this event. |
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top