ArcGIS Pro 2.9 API Reference Guide
ExecuteQuery(Int32) Method

ArcGIS.Desktop.Workflow.Models Namespace > JobsManager Class > ExecuteQuery Method : ExecuteQuery(Int32) Method
The ID of the query to execute
Executes a query by ID and return the QueryResult. This method must be called on the MCT. Use QueuedTask.Run
Syntax
public QueryResult ExecuteQuery( 
   int queryID
)
Public Overloads Function ExecuteQuery( _
   ByVal queryID As Integer _
) As QueryResult

Parameters

queryID
The ID of the query to execute

Return Value

A QueryResult that defines the query results
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

JobsManager Class
JobsManager Members
Overload List