WorkflowUpdateableControlClient.EndCancel(IAsyncResult) 方法
定义
完成异步取消操作。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)
参数
- result
- IAsyncResult
表示异步操作状态的 IAsyncResult 对象。The IAsyncResult object that represents the status of the asynchronous operation.