Share via


WorkflowUpdateableControlClient.UpdateAsync Méthode

Définition

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.

S’applique à