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
<ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", True)> _
<ToolboxBitmapAttribute(GetType(UpdateAllTasks), "Resources.UpdateAllTasks.bmp")> _
Public NotInheritable Class UpdateAllTasks _
Inherits CallExternalMethodActivity
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.