WorkflowSubscriptionService class

Gerencia inscrições para instâncias de fluxo de trabalho do SharePoint.

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

'Declaração
<ClientCallableTypeAttribute(Name := "WorkflowSubscriptionService", ServerTypeId := "{FC956693-2419-4950-8963-52EBC3E46501}")> _
Public MustInherit Class WorkflowSubscriptionService _
    Inherits SolutionProvider
'Uso
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.

Ver também

Referência

WorkflowSubscriptionService members

Microsoft.SharePoint.WorkflowServices namespace