This topic has not yet been rated - Rate this topic

ResultSegment Members

Represents a result segment that was retrieved from the total set of possible results.

The following tables list the members exposed by the ResultSegment type.

  Name Description
public property ContinuationToken Gets a continuation token to use to retrieve the next set of results with a subsequent call to the operation.
public property HasMoreResults Gets a value indicating whether there are additional results to retrieve.
public property Results Gets an enumerable collection of results.
Top
(see also Protected Methods)
 NameDescription
public methodBeginGetNextBegins an asynchronous operation to retrieve the next result segment.
public methodEndGetNextEnds an asynchronous operation to retrieve the next result segment.
public methodEquals  (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetNextGets the next result segment.
public methodGetType  (Inherited from Object)
public methodToString  (Inherited from Object)
Top
  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.