Query<T> Class

Inheritance Hierarchy

System.Object
  Microsoft.Phone.Maps.Services.Query<T>
    Microsoft.Phone.Maps.Services.GeocodeQuery
    Microsoft.Phone.Maps.Services.ReverseGeocodeQuery
    Microsoft.Phone.Maps.Services.RouteQuery

Namespace:  Microsoft.Phone.Maps.Services
Assembly:  Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)

Syntax

'Declaration
Public MustInherit Class Query(Of T) _
    Implements IDisposable
public abstract class Query<T> : IDisposable
generic<typename T>
public ref class Query abstract : IDisposable
[<AbstractClass>]
type Query<'T> =  
    class 
        interface IDisposable 
    end

Type Parameters

  • T

The Query<T> type exposes the following members.

Properties

  Name Description
Public property IsBusy

Top

Methods

  Name Description
Public method CancelAsync
Protected method CheckThread
Public method Dispose()
Protected method Dispose(Boolean)
Protected method DoCancelAsync
Protected method DoStartAsync
Public method Equals(Object) Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize (Overrides Object.Finalize().)
Public method GetHashCode Serves as the default hash function. (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
Public method QueryAsync
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event QueryCompleted

Top

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Phone.Maps.Services Namespace