1 instantiation of FlushPendingRecordsAsyncResult
System.Activities (1)
System\Activities\Tracking\TrackingProvider.cs (1)
203return new FlushPendingRecordsAsyncResult(this, timeout, callback, state);
4 references to FlushPendingRecordsAsyncResult
System.Activities (4)
System\Activities\Tracking\TrackingProvider.cs (4)
208FlushPendingRecordsAsyncResult.End(result); 356FlushPendingRecordsAsyncResult thisPtr = (FlushPendingRecordsAsyncResult)result.AsyncState; 424AsyncResult.End<FlushPendingRecordsAsyncResult>(result);