WsusEventId Enumeration

 

Applies To: Windows Server Update Services

Defines constants for the possible events that can be raised by WSUS servers and their clients.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

[ComVisibleAttribute(true)]
public enum WsusEventId
[ComVisibleAttribute(true)]
public enum class WsusEventId
[<ComVisibleAttribute(true)>]
type WsusEventId
<ComVisibleAttribute(True)>
Public Enumeration WsusEventId

Members

Member name Description
ClientDetectionComplete

The client computer has successfully finished the detection process (scanning the client for applicable updates).

ClientDetectionFailed

The client computer has failed the detection process (scanning the client for applicable updates).

ClientDownloadCanceled

The client has canceled the download of the update.

ClientDownloadFailed

The download of the update to the client computer has failed.

ClientDownloadSucceeded

The download of the update to the client computer has succeeded.

ClientDownloadSucceededFromPeer

The client computer has successfully downloaded the update. Some bits came from a peer computer and not from the server.

ClientInstallationAtShutdownCompletedWithReboot

The client hassuccessfully installed the update during shutdown, which required the client computer to restart.

ClientInstallationAtShutdownFailed

The client has failed to install the update during shutdown.

ClientInstallationAtShutdownSucceeded

The client has successfully installed the update during shutdown.

ClientInstallationAtShutdownTimedOut

The installation of the update has timed out on the client during shutdown.

ClientInstallationCanceled

The client has canceled the installation of the update.

ClientInstallationCompletedWithReboot

The client has successfully installed the update, which required the client computer to restart.

ClientInstallationFailed

The client has failed to install the update.

ClientInstallationHidden

The client has removed the update from the list of updates to install.

ClientInstallationSucceeded

The client successfully installed the update.

ClientInstallationTimedOut

The installation of the update has timed out on the client.

ClientInstallationUnhidden

The client added the update back to the list of updates to install.

ClientInventoryCollectionFailed

The client failed to collect inventory data.

ClientInventoryCollectionSucceeded

The client successfully collected inventory data.

ClientInventoryOperationalFailure

The client suffered an operational failure while collecting inventory data.

ClientInventoryRulesDownloadFailed

The client failed to download the rule file for inventory.

ClientInventoryRulesProcessingFailed

The client failed to processthe rule file for inventory.

ClientInventoryUploadFailed

The client failed to upload the result data for inventory.

ClientScheduledInstallationCompletedWithReboot

The scheduled installation of the update has succeeded, which required the client computer to restart.

ClientScheduledInstallationFailed

The scheduled installation of the update on the client has failed.

ClientScheduledInstallationSucceeded

The scheduled installation of the update on the client has succeeded.

ClientScheduledInstallationTimedOut

The installation of the update has timed out on the client during the scheduled synchronization process.

ClientUninstallationCanceled

The client has canceled the removal of the update.

ClientUninstallationCompleteWithReboot

The client has successfully removed the update, which required the client computer to restart.

ClientUninstallationFailed

The client has failed to remove the update.

ClientUninstallationSucceeded

The client has successfully removed the update.

ClientUninstallationTimedOut

The removal of the update has timed out on the client.

ContentSynchronizationFailed

The download of updates from Microsoft Update (or an upstream server) to the WSUS server has failed.

ContentSynchronizationFileDownloadCanceled

The download of a file associated with an update has been canceled.

ContentSynchronizationFileDownloadFailed

The download of a file associated with an update has failed.

ContentSynchronizationFileDownloadSucceeded

The download of a file associated with an update has succeeded.

ContentSynchronizationStarted

The download of updates Microsoft Update (or an upstream server) to the WSUS server has started.

ContentSynchronizationSucceeded

The download of updates from Microsoft Update (or an upstream server) to the WSUS server has succeeded.

SubscriptionModified

The subscription has been modified.

SynchronizationCompletedCancel

The synchronization of WSUS update metadata with Microsoft Update (or an upstream server) has been canceled.

SynchronizationCompletedFailure

The synchronization of WSUS update metadata with Microsoft Update (or an upstream server) has failed.

SynchronizationCompletedSuccess

The synchronization of WSUS update metadata with Microsoft Update (or an upstream server) has succeeded.

SynchronizationManualStart

The synchronization of WSUS with Microsoft Update (or an upstream server) has been started manually.

SynchronizationScheduledStart

The synchronization of WSUS with Microsoft Update (or an upstream server) has started at the scheduled start time.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top