InstallationBehavior Constructor (Boolean, Boolean, InstallationImpact, RebootBehavior, Boolean)
Applies To: Windows Server Update Services
Initializes a new instance of the InstallationBehavior class.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public InstallationBehavior(
bool isSupported,
bool canRequestUserInput,
InstallationImpact impact,
RebootBehavior rebootBehavior,
bool requiresNetworkConnectivity
)
public:
InstallationBehavior(
bool isSupported,
bool canRequestUserInput,
InstallationImpact impact,
RebootBehavior rebootBehavior,
bool requiresNetworkConnectivity
)
new :
isSupported:bool *
canRequestUserInput:bool *
impact:InstallationImpact *
rebootBehavior:RebootBehavior *
requiresNetworkConnectivity:bool -> InstallationBehavior
Public Sub New (
isSupported As Boolean,
canRequestUserInput As Boolean,
impact As InstallationImpact,
rebootBehavior As RebootBehavior,
requiresNetworkConnectivity As Boolean
)
Parameters
isSupported
Type: System.BooleanWhether this action is supported.
canRequestUserInput
Type: System.BooleanWhether the underlying installer can request that the Client reboot the machine after successfully completing the installation or uninstallation of the update.
impact
Type: Microsoft.UpdateServices.Administration.InstallationImpactThe installation impact of the update.
rebootBehavior
Type: Microsoft.UpdateServices.Administration.RebootBehaviorThe reboot behavior after installing/uninstalling an update.
requiresNetworkConnectivity
Type: System.BooleanWhether the update requires network connectivity for the installation/uninstallation to complete successfully.
See Also
InstallationBehavior Overload
InstallationBehavior Class
Microsoft.UpdateServices.Administration Namespace
Return to top