SearchResultCollectionAsync Class |
Provides an enumerator that can iterate through search results from the Resource Management Service. This class obtains all result pages on a separate thread, without waiting for the iterator to reach the end of a page before requesting a new one.
Inheritance HierarchySystem.Object Lithnet.ResourceManagement.Client.SearchResultCollectionAsync
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic class SearchResultCollectionAsync : ISearchResultCollection,
IEnumerable<ResourceObject>, IEnumerable
Public Class SearchResultCollectionAsync
Implements ISearchResultCollection, IEnumerable(Of ResourceObject),
IEnumerable
public ref class SearchResultCollectionAsync : ISearchResultCollection,
IEnumerable<ResourceObject^>, IEnumerable
The SearchResultCollectionAsync type exposes the following members.
Properties
| Name | Description |
---|
 | Count |
Gets the number of results in the search response
|
Top
Methods
See Also