Expand Minimize
This topic has not yet been rated - Rate this topic

RebootBehavior Enumeration

Defines constants that indicate the computer restart behavior of an update.


Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
'Usage
Dim instance As RebootBehavior

[SerializableAttribute] 
[ComVisibleAttribute(true)] 
public enum RebootBehavior
/** @attribute SerializableAttribute() */ 
/** @attribute ComVisibleAttribute(true) */ 
public enum RebootBehavior
SerializableAttribute 
ComVisibleAttribute(true) 
public enum RebootBehavior
Member nameDescription
AlwaysRequiresRebootThe update requires the user to restart the computer after the update is installed or uninstalled. The user may restart the computer after installing or uninstalling other updates in the update bundle.
CanRequestRebootThe update may require the user to restart the computer during or after the update is installed or uninstalled. The user may restart the computer after installing or uninstalling other updates in the update bundle.
NeverRebootsThe update does not require the user to restart the computer during or after the update is installed or uninstalled.

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.