IWorkflowUpdateableInstanceManagement.EndTransactedUpdate(IAsyncResult) 方法
定义
完成异步事务处理更新操作。Completes an asynchronous transacted update operation.
public:
void EndTransactedUpdate(IAsyncResult ^ result);
public void EndTransactedUpdate (IAsyncResult result);
abstract member EndTransactedUpdate : IAsyncResult -> unit
Public Sub EndTransactedUpdate (result As IAsyncResult)
参数
- result
- IAsyncResult
表示异步操作状态的 IAsyncResult 对象。The IAsyncResult object that represents the status of the asynchronous operation.