WorkflowInstanceService.GetDebugInfo - Méthode
Espace de noms : Microsoft.SharePoint.Client.WorkflowServices
Assembly : Microsoft.SharePoint.Client.WorkflowServices (dans Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntaxe
'Déclaration
Public Overridable Function GetDebugInfo ( _
instance As WorkflowInstance _
) As ClientResult(Of String)
'Utilisation
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
)
Paramètres
- instance
Type : Microsoft.SharePoint.Client.WorkflowServices.WorkflowInstance
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<String>
Voir aussi
Référence
WorkflowInstanceService classe
WorkflowInstanceService - Membres
Microsoft.SharePoint.Client.WorkflowServices - Espace de noms