ActivityImplementationContext.PSPersist Property

Definition

Forces the activity to not call the persist functionality, which will be responsible for persisting the workflow state onto the disk.

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

Property Value

Applies to