del método WorkflowServicesManager.GetWorkflowInteropService
Recupera la instancia de WorkflowInteropService que administra la interoperabilidad entre hosts de Cliente del Administrador de flujos de trabajo 1.0 y Windows Workflow Foundation 3.
Espacio de nombres: Microsoft.SharePoint.WorkflowServices
Ensamblado: Microsoft.SharePoint.WorkflowServicesBase (en Microsoft.SharePoint.WorkflowServicesBase.dll)
Sintaxis
'Declaración
<ClientCallableMethodAttribute> _
Public Function GetWorkflowInteropService As WorkflowInteropService
'Uso
Dim instance As WorkflowServicesManager
Dim returnValue As WorkflowInteropService
returnValue = instance.GetWorkflowInteropService()
[ClientCallableMethodAttribute]
public WorkflowInteropService GetWorkflowInteropService()
Valor devuelto
Tipo: Microsoft.SharePoint.WorkflowServices.WorkflowInteropService
Devuelve una instancia del objeto WorkflowInteropService .