ResetWebServerModeOnUpgrade Enumeration
Specifies how the web server is restarted after an upgrade.
Namespace: Microsoft.VisualStudio.SharePoint.Packages
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Enumeration ResetWebServerModeOnUpgrade
public enum ResetWebServerModeOnUpgrade
Members
Member name | Description | |
---|---|---|
Recycle | The application pools are recycled after an upgrade. | |
StartStop | The application pools are stopped and then restarted after an upgrade. |