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
<ToolboxBitmapAttribute(GetType(UpdateAllTasks), "Resources.UpdateAllTasks.bmp")> _
<ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", True)> _
Public NotInheritable Class UpdateAllTasks _
Inherits CallExternalMethodActivity
'Usage
Dim instance As UpdateAllTasks
[ToolboxBitmapAttribute(typeof(UpdateAllTasks), "Resources.UpdateAllTasks.bmp")]
[ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", true)]
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.