Post date: Dec 28, 2017 2:18:13 PM
All QBO Import Engines contained in qbo.Import have been converted to support asynchronous processing. The net result is:
All IImportEngine methods now support asynchronous processing
Import Engines now favor an asynchronous code path and invoke QBO methods signatures using AbstractObject/InvokeAsync. If necessary this will cascade to synchronous operations when asynchronous is not implemented.
See qbo.Import.Tests for unit tests on all QBO Import Engines.