WorkflowInstanceService class

Reads the SharePoint workflow instances from the external workflow host and manages the instance execution.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.WorkflowServices.SolutionProvider
    Microsoft.SharePoint.WorkflowServices.WorkflowInstanceService

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

Syntax

'Declaration
<ClientCallableTypeAttribute(Name := "WorkflowInstanceService", ServerTypeId := "{71252277-2470-4022-BCAF-C4657AA118C3}")> _
Public MustInherit Class WorkflowInstanceService _
    Inherits SolutionProvider
'Usage
Dim instance As WorkflowInstanceService
[ClientCallableTypeAttribute(Name = "WorkflowInstanceService", ServerTypeId = "{71252277-2470-4022-BCAF-C4657AA118C3}")]
public abstract class WorkflowInstanceService : 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

WorkflowInstanceService members

Microsoft.SharePoint.WorkflowServices namespace