WorkflowUpdateableControlClient.EndSuspend(IAsyncResult) 方法

定义

完成异步挂起操作。

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

参数

result
IAsyncResult

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

适用于