Dela via


DeleteApplicationDescription.ForceDelete Property

Definition

Gets or sets the flag that specifies whether the application should be given a chance to gracefully clean up its state and close.

public bool ForceDelete { get; set; }
member this.ForceDelete : bool with get, set
Public Property ForceDelete As Boolean

Property Value

Flag that specifies whether the application should be given a chance to gracefully clean up its state and close.

If the ForceDelete flag is set then the application won't be closed gracefully and stateful services in it may leak persisted state.

Applies to