ISubscriptionEvent Interface
Applies To: Windows Server Update Services
Used to get information about subscription and synchronization events. To get this interface, call the following methods: GetSubscriptionEvent; Item
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public interface ISubscriptionEvent
public interface class ISubscriptionEvent
type ISubscriptionEvent = interface end
Public Interface ISubscriptionEvent
Properties
Name | Description | |
---|---|---|
Administrator | Gets the name of the administrator who generated the event. |
|
CreationDate | Gets the date and time when the event was generated. |
|
Error | Gets the error associated with a synchronization failure. |
|
ErrorText | Gets the exception text of the last synchronization failure. |
|
EventCategory | Gets the category of events to which the event belongs. |
|
Id | Gets the GUID of the subscription event. |
|
IsError | Gets whether the event represents an error. |
|
Message | Gets the text associated with the event. |
|
UpdateErrors | Gets a collection of update errors. |
|
WsusEventId | Gets the type of event. |
Methods
Name | Description | |
---|---|---|
GetHashCode() | Gets the hash code that represents the event. |
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top