WorkflowUpdateableControlClient.EndCancel(IAsyncResult) Method

Definition

Completes an asynchronous cancel operation.

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

Parameters

result
IAsyncResult

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

Applies to