WorkflowUpdateableControlClient.EndUnsuspend(IAsyncResult) 方法
定义
完成异步取消挂起操作。Completes an asynchronous unsuspend operation.
public:
void EndUnsuspend(IAsyncResult ^ result);
public void EndUnsuspend (IAsyncResult result);
member this.EndUnsuspend : IAsyncResult -> unit
Public Sub EndUnsuspend (result As IAsyncResult)
参数
- result
- IAsyncResult
表示异步操作状态的 IAsyncResult 对象。The IAsyncResult object that represents the status of the asynchronous operation.