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
System_CAPS_pubproperty Administrator

Gets the name of the administrator who generated the event.

System_CAPS_pubproperty CreationDate

Gets the date and time when the event was generated.

System_CAPS_pubproperty Error

Gets the error associated with a synchronization failure.

System_CAPS_pubproperty ErrorText

Gets the exception text of the last synchronization failure.

System_CAPS_pubproperty EventCategory

Gets the category of events to which the event belongs.

System_CAPS_pubproperty Id

Gets the GUID of the subscription event.

System_CAPS_pubproperty IsError

Gets whether the event represents an error.

System_CAPS_pubproperty Message

Gets the text associated with the event.

System_CAPS_pubproperty UpdateErrors

Gets a collection of update errors.

System_CAPS_pubproperty WsusEventId

Gets the type of event.

Methods

Name Description
System_CAPS_pubmethod GetHashCode()

Gets the hash code that represents the event.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top