del método WorkflowServicesManager.GetWorkflowDeploymentService
Recupera la instancia de WorkflowDeploymentService que administra las actividades y las definiciones de flujo de trabajo.
Espacio de nombres: Microsoft.SharePoint.WorkflowServices
Ensamblado: Microsoft.SharePoint.WorkflowServicesBase (en Microsoft.SharePoint.WorkflowServicesBase.dll)
Sintaxis
'Declaración
<ClientCallableMethodAttribute> _
Public Function GetWorkflowDeploymentService As WorkflowDeploymentService
'Uso
Dim instance As WorkflowServicesManager
Dim returnValue As WorkflowDeploymentService
returnValue = instance.GetWorkflowDeploymentService()
[ClientCallableMethodAttribute]
public WorkflowDeploymentService GetWorkflowDeploymentService()
Valor devuelto
Tipo: Microsoft.SharePoint.WorkflowServices.WorkflowDeploymentService
Devuelve una instancia del objeto WorkflowDeploymentService .