WorkflowContext class

Provides detailed information about a specified workflow instance.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.WorkflowActions.WorkflowContext

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class WorkflowContext _
    Implements IDisposable
'Usage
Dim instance As WorkflowContext
[SerializableAttribute]
public class WorkflowContext : IDisposable

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

WorkflowContext members

Microsoft.SharePoint.WorkflowActions namespace