WorkflowInstanceService class

Lê as instâncias de fluxo de trabalho do SharePoint do host de fluxo de trabalho externo e gerencia a execução de instância.

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

'Declaração
<ClientCallableTypeAttribute(Name := "WorkflowInstanceService", ServerTypeId := "{71252277-2470-4022-BCAF-C4657AA118C3}")> _
Public MustInherit Class WorkflowInstanceService _
    Inherits SolutionProvider
'Uso
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.

Ver também

Referência

WorkflowInstanceService members

Microsoft.SharePoint.WorkflowServices namespace