Teilen über


WorkflowUpdateableControlClient.UpdateAsync Methode

Definition

Beginnt einen asynchronen Aktualisierungsvorgang.

Überlädt

UpdateAsync(Guid, WorkflowIdentity)

Beginnt einen asynchronen Aktualisierungsvorgang.

UpdateAsync(Guid, WorkflowIdentity, Object)

Beginnt einen asynchronen Aktualisierungsvorgang.

UpdateAsync(Guid, WorkflowIdentity)

Beginnt einen asynchronen Aktualisierungsvorgang.

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)

Parameter

instanceId
Guid

Die zu aktualisierende Workflowinstanz.

updatedDefinitionIdentity
WorkflowIdentity

Die aktualisierte Identität des Workflows.

Gilt für:

UpdateAsync(Guid, WorkflowIdentity, Object)

Beginnt einen asynchronen Aktualisierungsvorgang.

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)

Parameter

instanceId
Guid

Die zu aktualisierende Workflowinstanz.

updatedDefinitionIdentity
WorkflowIdentity

Die aktualisierte Identität des Workflows.

userState
Object

Ein benutzerdefiniertes Objekt, das dem asynchronen Aktualisierungsvorgang zugeordnete Zustandsinformationen enthält.

Gilt für: