Compartilhar via


WorkflowInstanceService.GetInstance método

Namespace:  Microsoft.SharePoint.Client.WorkflowServices
Assembly:  Microsoft.SharePoint.Client.WorkflowServices (em Microsoft.SharePoint.Client.WorkflowServices.dll)

Sintaxe

'Declaração
Public Overridable Function GetInstance ( _
    instanceId As Guid _
) As WorkflowInstance
'Uso
Dim instance As WorkflowInstanceService
Dim instanceId As Guid
Dim returnValue As WorkflowInstance

returnValue = instance.GetInstance(instanceId)
public virtual WorkflowInstance GetInstance(
    Guid instanceId
)

Parâmetros

Valor retornado

Tipo: Microsoft.SharePoint.Client.WorkflowServices.WorkflowInstance

Ver também

Referência

WorkflowInstanceService classe

WorkflowInstanceService membros

Microsoft.SharePoint.Client.WorkflowServices namespace