RecycleAppProvider.

RecycleMode Property

Summary

One of 4 values to control what action is taken on the application pool: RecycleAppPool, StartAppPool, StopAppPool, or UnloadAppDomain. The default is RecycleAppPool.

Syntax

public Nullable<RecycleMode> RecycleMode { get; set; }

Value

Type Description
Nullable<RecycleMode>