WorkflowInstance.EndFlushTrackingRecords(IAsyncResult) 方法

定义

由工作流运行时调用,用于结束跟踪操作。Called by the workflow runtime to end the track operation.

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

参数

result
IAsyncResult

异步跟踪操作的状态。The status of the asynchronous track operation.

适用于