| Visual Basic (Declaration) | |
|---|---|
| Public Overloads Function ExecuteTaskAsync( _ ByVal query As Query _ ) As Task(Of QueryResult) | |
| C# | |
|---|---|
| public Task<QueryResult> ExecuteTaskAsync( Query query ) | |
Parameters
- query
- Specifies the attributes and spatial filter of the query.
Return Value
a Task object with QueryResult upon successful completion. Otherwise, the Task.Exception is set.Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8
 
     
     
     
     
    