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
- instanceId
Tipo: System.Guid
Valor retornado
Tipo: Microsoft.SharePoint.Client.WorkflowServices.WorkflowInstance
Ver também
Referência
WorkflowInstanceService classe