Clase WorkflowInteropService
Clase base que permite que los flujos de trabajo SharePoint 2013 , que se basan en Windows Workflow Foundation 4, para invocar a los flujos de trabajo SharePoint 2010 , que se basan en Windows Workflow Foundation 3.
Para obtener más información acerca de cómo utilizar la interoperabilidad de flujo de trabajo de SharePoint, consulte Using workflow interop for SharePoint 2013.
Jerarquía de la herencia
System.Object
Microsoft.SharePoint.WorkflowServices.SolutionProvider
Microsoft.SharePoint.WorkflowServices.WorkflowInteropService
Espacio de nombres: Microsoft.SharePoint.WorkflowServices
Ensamblado: Microsoft.SharePoint.WorkflowServicesBase (en Microsoft.SharePoint.WorkflowServicesBase.dll)
Sintaxis
'Declaración
<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
Seguridad para subprocesos
Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.