WorkflowInstanceService.GetInstance - 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 GetInstance ( _
instanceId As Guid _
) As WorkflowInstance
'Utilisation
Dim instance As WorkflowInstanceService
Dim instanceId As Guid
Dim returnValue As WorkflowInstance
returnValue = instance.GetInstance(instanceId)
public virtual WorkflowInstance GetInstance(
Guid instanceId
)
Paramètres
- instanceId
Type : System.Guid
Valeur renvoyée
Type : Microsoft.SharePoint.Client.WorkflowServices.WorkflowInstance
Voir aussi
Référence
WorkflowInstanceService classe
WorkflowInstanceService - Membres
Microsoft.SharePoint.Client.WorkflowServices - Espace de noms