Share via


WorkflowInstanceService.GetDebugInfo method

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

Syntax

'Declaration
Public Overridable Function GetDebugInfo ( _
    instance As WorkflowInstance _
) As ClientResult(Of String)
'Usage
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
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ClientResult<String>

See also

Reference

WorkflowInstanceService class

WorkflowInstanceService members

Microsoft.SharePoint.Client.WorkflowServices namespace