WorkflowInstance.BeginFlushTrackingRecords Method

Definition

Called by the workflow runtime to begin sending pending tracking records to tracking participants asynchronously.

C#
protected IAsyncResult BeginFlushTrackingRecords(TimeSpan timeout, AsyncCallback callback, object state);

Parameters

timeout
TimeSpan

The time period after which to abort the attempt.

callback
AsyncCallback

The method to be called when the track operation has completed.

state
Object

The information about the asynchronous operation.

Returns

The status of the current track operation.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1