WorkflowUpdateableControlClient.EndSuspend(IAsyncResult) Method

Definition

Completes an asynchronous suspend operation.

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

Parameters

result
IAsyncResult

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

Applies to