Query(T) Methods

Query(Of T) Methods

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The Query(Of T) type exposes the following members.

  NameDescription
Public method CancelAsync Cancels the query.
Protected method CheckThread Checks if the current thread is on a UI thread.
Public method Dispose This API is not intended to be used directly from your code.
Protected method Dispose(Boolean) This API is not intended to be used directly from your code.
Protected method DoCancelAsync This API is not intended to be used directly from your code.
Protected method DoStartAsync This API is not intended to be used directly from your code.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Finalizes an instance of the Query(Of T) class. (Overrides Object.Finalize.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnQueryCompleted Called when the query completes running.
Public method QueryAsync Starts the query.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

Show:
© 2017 Microsoft