WorkflowInstance.WorkflowInstanceControl.EndFlushTrackingRecords Method

Definition

Called by the workflow runtime to end the track operation.

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

Parameters

result
IAsyncResult

The status of the asynchronous track operation.

Applies to