OnQueryCompleted Method
Collapse the table of content
Expand the table of content

Query<T>.OnQueryCompleted Method

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

Called when the query completes running.

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

protected virtual void OnQueryCompleted(
	T result,
	Exception queryError
)

Parameters

result
Type: T
Query result.
queryError
Type: System.Exception
The exception object.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft