SolutionProvider class

Base class for workflow service classes that wish to interact with an external workflow host.

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

'Declaration
Public MustInherit Class SolutionProvider
'Usage
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.

See also

Reference

SolutionProvider members

Microsoft.SharePoint.WorkflowServices namespace