WorkflowInstance.EndFlushTrackingRecords(IAsyncResult) 方法

定义

由工作流运行时调用,用于结束跟踪操作。

protected:
 void EndFlushTrackingRecords(IAsyncResult ^ result);
protected void EndFlushTrackingRecords (IAsyncResult result);
member this.EndFlushTrackingRecords : IAsyncResult -> unit
Protected Sub EndFlushTrackingRecords (result As IAsyncResult)

参数

result
IAsyncResult

异步跟踪操作的状态。

适用于