ISubscriptionEvent
Use this interface to retrieve information about subscription and synchronization events.
To retrieve this interface, call the following methods:
The ISubscriptionEvent interface is derived from the System.Object class.
Public Methods
The ISubscriptionEvent interface has the following public methods.
Method | Description |
---|---|
Equals(Object) | Determines if the specified Object is equal to the current Object. |
GetHashCode() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType() | Retrieves the Type of the current instance. |
ToString() | Retrieves a String that represents the current Object. |
Public Properties
The ISubscriptionEvent interface has the following public properties.
Property | Description |
---|---|
Administrator | Retrieves the name of the administrator who generated the event. |
CreationDate | Retrieves the date when the event was generated. |
Error | Retrieves the error that is associated with a synchronization failure. |
ErrorText | Retrieves the exception text of the last synchronization failure. |
EventCategory | Retrieves the category of events to which the event belongs. |
Id | Retrieves the unique identifier of the event. |
IsError | Retrieves a value that indicates if the event represents an error. |
Message | Retrieves the message text that is associated with the event. |
UpdateErrors | Retrieves a collection of update errors. |
WsusEventId | Retrieves the type of event. |
Requirements
Server | Requires Windows Server 2003 or Windows 2000 Server SP4 and later. |
Namespace | Defined in Microsoft.UpdateServices.Administration. |
Assembly | Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll). |
.NET Framework | Requires .NET Framework 1.1. |