RecycleMode Enum

Summary

Action to take when using the the "recycleApp" provider
Namespace
Cake.MsDeploy.Providers.MsDeployProviders
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph TD Base0["Enum"]-->Type Base1["ValueType"]-->Base0 Base2["object"]-->Base1 Interface0["IComparable"]-.->Type Interface1["IFormattable"]-.->Type Interface2["IConvertible"]-.->Type Type["RecycleMode"] class Type type-node

Syntax

public enum RecycleMode

Fields

Name Constant Value Summary
RecycleAppPool 0
static
StartAppPool 1
static
StopAppPool 2
static
UnloadAppDomain 3
static