GeocodeQuery Methods
Collapse the table of content
Expand the table of content

GeocodeQuery Methods

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

The GeocodeQuery type exposes the following members.

  NameDescription
Public method CancelAsync Cancels the query. (Inherited from Query<T>.)
Protected method CheckThread Checks if the current thread is on a UI thread. (Inherited from Query<T>.)
Public method Dispose() This API is not intended to be used directly from your code. (Inherited from Query<T>.)
Protected method Dispose(Boolean) This API is not intended to be used directly from your code. (Inherited from Query<T>.)
Protected method DoCancelAsync This API is not intended to be used directly from your code. (Inherited from Query<T>.)
Protected method DoStartAsync This API is not intended to be used directly from your code. (Inherited from Query<T>.)
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<T> class. (Inherited from Query<T>.)
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. (Inherited from Query<T>.)
Public method QueryAsync Starts the query. (Inherited from Query<T>.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

Show:
© 2017 Microsoft