WorkflowInstanceService.GetCurrent método
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (em Microsoft.SharePoint.Client.WorkflowServices.dll)
Sintaxe
'Declaração
Public Shared Function GetCurrent ( _
Context As ClientRuntimeContext _
) As WorkflowInstanceService
'Uso
Dim Context As ClientRuntimeContext
Dim returnValue As WorkflowInstanceService
returnValue = WorkflowInstanceService.GetCurrent(Context)
public static WorkflowInstanceService GetCurrent(
ClientRuntimeContext Context
)
Parâmetros
- Context
Tipo: Microsoft.SharePoint.Client.ClientRuntimeContext
Valor retornado
Tipo: Microsoft.SharePoint.Client.WorkflowServices.WorkflowInstanceService
Ver também
Referência
WorkflowInstanceService classe