ActivityImplementationContext.PSPersist Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)