SPWorkflowPackageFeatureReceiver class

Defines methods that are called when the Workflow Manager Client 1.0 Feature is installed, uninstalled, activated, deactivated, or upgraded.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPFeatureReceiver
    Microsoft.SharePoint.WorkflowServices.SPWorkflowPackageFeatureReceiver

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

Syntax

'Declaration
Public NotInheritable Class SPWorkflowPackageFeatureReceiver _
    Inherits SPFeatureReceiver
'Usage
Dim instance As SPWorkflowPackageFeatureReceiver
public sealed class SPWorkflowPackageFeatureReceiver : SPFeatureReceiver

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

SPWorkflowPackageFeatureReceiver members

Microsoft.SharePoint.WorkflowServices namespace