IWorkflowUpdateableInstanceManagement.EndTransactedUpdate Method

Definition

Completes an asynchronous transacted update operation.

public:
 void EndTransactedUpdate(IAsyncResult ^ result);
public void EndTransactedUpdate (IAsyncResult result);
abstract member EndTransactedUpdate : IAsyncResult -> unit
Public Sub EndTransactedUpdate (result As IAsyncResult)

Parameters

result
IAsyncResult

The IAsyncResult object that represents the status of the asynchronous operation.

Applies to