PersistOnCloseActivity class

Ensures that values are persisted when the ActivityExecutionStatus is closed.

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.SharePoint.WorkflowActions.PersistOnCloseActivity

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
<PersistOnCloseAttribute> _
<ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", True)> _
Public Class PersistOnCloseActivity _
    Inherits Activity
'Usage
Dim instance As PersistOnCloseActivity
[PersistOnCloseAttribute]
[ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", true)]
public class PersistOnCloseActivity : Activity

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

PersistOnCloseActivity members

Microsoft.SharePoint.WorkflowActions namespace