WorkflowUpdateableControlClient.UpdateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Débute une opération de mise à jour asynchrone.
Surcharges
UpdateAsync(Guid, WorkflowIdentity) |
Débute une opération de mise à jour asynchrone. |
UpdateAsync(Guid, WorkflowIdentity, Object) |
Débute une opération de mise à jour asynchrone. |
UpdateAsync(Guid, WorkflowIdentity)
Débute une opération de mise à jour asynchrone.
public:
void UpdateAsync(Guid instanceId, System::Activities::WorkflowIdentity ^ updatedDefinitionIdentity);
public void UpdateAsync (Guid instanceId, System.Activities.WorkflowIdentity updatedDefinitionIdentity);
member this.UpdateAsync : Guid * System.Activities.WorkflowIdentity -> unit
Public Sub UpdateAsync (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 à
UpdateAsync(Guid, WorkflowIdentity, Object)
Débute une opération de mise à jour asynchrone.
public:
void UpdateAsync(Guid instanceId, System::Activities::WorkflowIdentity ^ updatedDefinitionIdentity, System::Object ^ userState);
public void UpdateAsync (Guid instanceId, System.Activities.WorkflowIdentity updatedDefinitionIdentity, object userState);
member this.UpdateAsync : Guid * System.Activities.WorkflowIdentity * obj -> unit
Public Sub UpdateAsync (instanceId As Guid, updatedDefinitionIdentity As WorkflowIdentity, userState As Object)
Paramètres
- instanceId
- Guid
Instance de flux de travail à mettre à jour.
- updatedDefinitionIdentity
- WorkflowIdentity
Identité du flux de travail mise à jour.
- userState
- Object
Objet défini par l'utilisateur qui contient les informations d'état associées à l'opération de mise à jour asynchrone.