UpdateAllTasks class

Updates all uncompleted tasks that are associated with a specified workflow.

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      System.Workflow.Activities.CallExternalMethodActivity
        Microsoft.SharePoint.WorkflowActions.UpdateAllTasks

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

Syntax

'Declaration
<ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", True)> _
<ToolboxBitmapAttribute(GetType(UpdateAllTasks), "Resources.UpdateAllTasks.bmp")> _
Public NotInheritable Class UpdateAllTasks _
    Inherits CallExternalMethodActivity
'Usage
Dim instance As UpdateAllTasks
[ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", true)]
[ToolboxBitmapAttribute(typeof(UpdateAllTasks), "Resources.UpdateAllTasks.bmp")]
public sealed class UpdateAllTasks : CallExternalMethodActivity

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

UpdateAllTasks members

Microsoft.SharePoint.WorkflowActions namespace