LogToHistoryListActivity Class

Logs information about the execution of a specified workflow to the workflow history list.

Inheritance Hierarchy

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

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

Syntax

'Declaration
<ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", True)> _
<ToolboxBitmapAttribute(GetType(LogToHistoryListActivity), "Resources.LogToHistoryListActivity.bmp")> _
Public Class LogToHistoryListActivity _
    Inherits Activity
'Usage
Dim instance As LogToHistoryListActivity
[ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", true)]
[ToolboxBitmapAttribute(typeof(LogToHistoryListActivity), "Resources.LogToHistoryListActivity.bmp")]
public class LogToHistoryListActivity : 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

LogToHistoryListActivity Members

Microsoft.SharePoint.WorkflowActions Namespace