WorkflowInteropService class

Classe base que permite que os fluxos de trabalho de SharePoint 2013 , que são baseados em Windows Workflow Foundation 4, para invocar SharePoint 2010 fluxos de trabalho que são baseados em Windows Workflow Foundation 3.

Para obter mais informações sobre como usar o fluxo de trabalho do SharePoint interoperabilidade, consulte Using workflow interop for SharePoint 2013.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.WorkflowServices.SolutionProvider
    Microsoft.SharePoint.WorkflowServices.WorkflowInteropService

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

Syntax

'Declaração
<ClientCallableTypeAttribute(Name := "InteropService", ServerTypeId := "{AEDA1AE7-A445-429d-AD92-1D6B00DF7102}")> _
Public MustInherit Class WorkflowInteropService _
    Inherits SolutionProvider
'Uso
Dim instance As WorkflowInteropService
[ClientCallableTypeAttribute(Name = "InteropService", ServerTypeId = "{AEDA1AE7-A445-429d-AD92-1D6B00DF7102}")]
public abstract class WorkflowInteropService : 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

WorkflowInteropService members

Microsoft.SharePoint.WorkflowServices namespace