WorkflowInstance.EndFlushTrackingRecords(IAsyncResult) Method

Definition

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)

Parameters

result
IAsyncResult

The status of the asynchronous track operation.

Applies to