splunk / splunk-sdk-csharp-pcl

Splunk's next generation C# SDK
https://dev.splunk.com/enterprise/docs/csharp
Apache License 2.0
64 stars 46 forks source link

Change SearchResults to implement IEnumerable<Task<Result>> instead of IEnumerable<Result> #5

Closed glennblock closed 10 years ago

glennblock commented 10 years ago

As results are returned in an async manner, this will allow iterating through the collection of results in a non-blocking manner.