Click or drag to resize

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 Hierarchy
System.Object
  Lithnet.ResourceManagement.Client.SearchResultCollectionAsync

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public class SearchResultCollectionAsync : ISearchResultCollection, 
	IEnumerable<ResourceObject>, IEnumerable

The SearchResultCollectionAsync type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of results in the search response
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Gets an enumerator that can iterate over the search results obtained from the Resource Management Service
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also