共用方式為


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) 方法所傳回的非同步結果。

適用於