WorkflowUpdateableControlClient.EndRun(IAsyncResult) Method

Definition

Completes an asynchronous run operation.

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

Parameters

result
IAsyncResult

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

Applies to