Applies To: Windows Server Update Services
Defines constants that are the possible categories for a subscription event.
Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
[ComVisibleAttribute(true)]
public enum SubscriptionEventCategory
[ComVisibleAttribute(true)]
public enum class SubscriptionEventCategory
[<ComVisibleAttribute(true)>]
type SubscriptionEventCategory
<ComVisibleAttribute(True)>
Public Enumeration SubscriptionEventCategory
Members
| Member name | Description | |
|---|---|---|
| SubscriptionModification | This event relates to the modification of the subscription.  | 
|
| SynchronizationCompletion | This event relates to the completion of the synchronization process.  | 
|
| SynchronizationStart | This event relates to the start of the synchronization process.  | 
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top