Closed rmuch closed 8 years ago
Added task-based asynchronous API using async/await in 17340ed.
It's not clear that anyone needs Begin/End async scanning now that TAP-based scanning has been implemented (almost two years ago), and all of the projects have now been upgraded to .NET 4.5.2, so this issue can be closed.
Implement asynchronous file and directory scanning.
Asynchronous scanning using the async/await pattern new in .NET 4.5 would probably be the easiest to implement. However, this would require upgrading the solution projects to .NET 4.5, which might be a problem for those who wish to target earlier framework versions.
A good first step would be to provide asynchronous methods using the older Begin/End asynchronous programming model.