Click or drag to resize
RecoveryOptionsKeepFiles Property
Get and set keepFiles flag. Indicates whether recovery should delete files after completion

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public abstract bool KeepFiles { get; set; }

Property Value

Type: Boolean
true if keep otherwise, false.
See Also