AutoPoolSpecification.KeepAlive Property

Definition

Gets or sets whether to keep the auto pool alive after its PoolLifetimeOption expires.

public bool? KeepAlive { get; set; }
member this.KeepAlive : Nullable<bool> with get, set
Public Property KeepAlive As Nullable(Of Boolean)

Property Value

Remarks

The default value is false.

Applies to