Query.HasNext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Getter for has next.
public bool HasNext ();
member this.HasNext : unit -> bool
Public Function HasNext () As Boolean
Returns
Remarks
Contains true if the query is not finished in the Device Provisioning Service, and another iteration with NextAsync() may return more items. Call NextAsync() after a true HasNext
will result in a QueryResult that can or cannot contains elements. But call NextAsync() after a false HasNext
will result in a exception.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET