WorkflowUpdateableControlClient.EndUnsuspend(IAsyncResult) 方法

定义

完成异步取消挂起操作。

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

参数

result
IAsyncResult

表示异步操作状态的 IAsyncResult 对象。

适用于