WorkflowInstanceService.GetDebugInfo método
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (em Microsoft.SharePoint.Client.WorkflowServices.dll)
Sintaxe
'Declaração
Public Overridable Function GetDebugInfo ( _
instance As WorkflowInstance _
) As ClientResult(Of String)
'Uso
Dim instance As WorkflowInstanceService
Dim instance As WorkflowInstance
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetDebugInfo(instance)
public virtual ClientResult<string> GetDebugInfo(
WorkflowInstance instance
)
Parâmetros
Valor retornado
Tipo: Microsoft.SharePoint.Client.ClientResult<String>
Ver também
Referência
WorkflowInstanceService classe