WSSTask Class

Contains methods for retrieving and setting information about a specified workflow task.

Inheritance Hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.Office.Workflow.WSSTask

Namespace:  Microsoft.Office.Workflow
Assembly:  Microsoft.Office.Workflow.Tasks (in Microsoft.Office.Workflow.Tasks.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class WSSTask _
    Inherits Activity _
    Implements IActivityEventListener(Of QueueEventArgs)
'Usage
Dim instance As WSSTask
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class WSSTask : Activity, 
    IActivityEventListener<QueueEventArgs>

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

WSSTask Members

Microsoft.Office.Workflow Namespace