Partager via


IWorkflowUpdateableInstanceManagement.BeginUpdate Méthode

Définition

Lance une opération asynchrone pour mettre à jour l'instance de flux de travail spécifiée.

public:
 IAsyncResult ^ BeginUpdate(Guid instanceId, System::Activities::WorkflowIdentity ^ updatedDefinitionIdentity, AsyncCallback ^ callback, System::Object ^ state);
[System.ServiceModel.OperationContract(AsyncPattern=true, Name="Update")]
public IAsyncResult BeginUpdate (Guid instanceId, System.Activities.WorkflowIdentity updatedDefinitionIdentity, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(AsyncPattern=true, Name="Update")>]
abstract member BeginUpdate : Guid * System.Activities.WorkflowIdentity * AsyncCallback * obj -> IAsyncResult
Public Function BeginUpdate (instanceId As Guid, updatedDefinitionIdentity As WorkflowIdentity, callback As AsyncCallback, state As Object) As IAsyncResult

Paramètres

instanceId
Guid

Identificateur GUID de l'instance de flux de travail à arrêter.

updatedDefinitionIdentity
WorkflowIdentity

Identité du flux de travail mise à jour.

callback
AsyncCallback

Délégué de rappel asynchrone qui reçoit la notification de fin d'opération asynchrone.

state
Object

Objet spécifié par l'application, qui contient les informations d'état associées à l'opération asynchrone de mise à jour.

Retours

Objet IAsyncResult qui représente l'état de l'opération asynchrone.

Attributs

S’applique à