ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Workflow.Models Namespace / JobsManager Class / ExecuteJobSearchAsync Method

In This Topic
    ExecuteJobSearchAsync Method
    In This Topic
    Syntax
    Public Function ExecuteJobSearchAsync( _
       ByVal q As String, _
       ByVal fields As List(Of String), _
       ByVal sortFields As List(Of Tuple(Of String,String)), _
       ByVal start As Integer, _
       ByVal num As Integer _
    ) As Task(Of QueryResult)

    Parameters

    q
    fields
    sortFields
    start
    num
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also