WorkflowUpdateableControlClient.EndUpdate(IAsyncResult) Method

Definition

Completes an asynchronous update operation.

public:
 void EndUpdate(IAsyncResult ^ result);
public void EndUpdate (IAsyncResult result);
member this.EndUpdate : IAsyncResult -> unit
Public Sub EndUpdate (result As IAsyncResult)

Parameters

result
IAsyncResult

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

Applies to