DeploymentAppRecycleMode Enum

Definition

Defines the list of application recycling operations.

public enum class DeploymentAppRecycleMode
public enum DeploymentAppRecycleMode
type DeploymentAppRecycleMode = 
Public Enum DeploymentAppRecycleMode
Inheritance
DeploymentAppRecycleMode

Fields

RecycleAppPool 0

Represents a mode of application recycling that stops and then restarts an application pool.

StartAppPool 2

Represents a mode of application recycling starts a stopped application pool.

StopAppPool 1

Represents a mode of application recycling that stops a started application pool.

UnloadAppDomain 3

Represents a mode of application recycling that unloads the application domain.

Applies to