SolutionProvider class

Classe base para classes de serviço de fluxo de trabalho que deseja interagir com um host de fluxo de trabalho externos.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.WorkflowServices.SolutionProvider
    Microsoft.SharePoint.WorkflowServices.WorkflowDeploymentService
    Microsoft.SharePoint.WorkflowServices.WorkflowInstanceService
    Microsoft.SharePoint.WorkflowServices.WorkflowInteropService
    Microsoft.SharePoint.WorkflowServices.WorkflowMessagingService
    Microsoft.SharePoint.WorkflowServices.WorkflowSubscriptionService

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

Syntax

'Declaração
Public MustInherit Class SolutionProvider
'Uso
Dim instance As SolutionProvider
public abstract class 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

SolutionProvider members

Microsoft.SharePoint.WorkflowServices namespace