WorkflowSubscriptionService class

Manages subscriptions for SharePoint workflow instances.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.WorkflowServices.SolutionProvider
    Microsoft.SharePoint.WorkflowServices.WorkflowSubscriptionService

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

Syntax

'Declaration
<ClientCallableTypeAttribute(Name := "WorkflowSubscriptionService", ServerTypeId := "{FC956693-2419-4950-8963-52EBC3E46501}")> _
Public MustInherit Class WorkflowSubscriptionService _
    Inherits SolutionProvider
'Usage
Dim instance As WorkflowSubscriptionService
[ClientCallableTypeAttribute(Name = "WorkflowSubscriptionService", ServerTypeId = "{FC956693-2419-4950-8963-52EBC3E46501}")]
public abstract class WorkflowSubscriptionService : SolutionProvider

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

WorkflowSubscriptionService members

Microsoft.SharePoint.WorkflowServices namespace