Partager via


WorkflowUpdateableControlClient.Update(Guid, WorkflowIdentity) Méthode

Définition

Met à jour l'instance de flux de travail spécifiée.

public:
 void Update(Guid instanceId, System::Activities::WorkflowIdentity ^ updatedDefinitionIdentity);
public void Update (Guid instanceId, System.Activities.WorkflowIdentity updatedDefinitionIdentity);
member this.Update : Guid * System.Activities.WorkflowIdentity -> unit
Public Sub Update (instanceId As Guid, updatedDefinitionIdentity As WorkflowIdentity)

Paramètres

instanceId
Guid

Instance de flux de travail à mettre à jour.

updatedDefinitionIdentity
WorkflowIdentity

Identité du flux de travail mise à jour.

S’applique à