WorkflowControlClient.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

BeginUnsuspend(Guid, AsyncCallback, Object) 方法的调用所返回的异步结果。

适用于