ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Threading.Tasks Namespace / QueuedTask Class / Run Method / Run<T>(Func<Task<T>>,Progressor,TaskCreationOptions) Method

In This Topic
    Run<T>(Func<Task<T>>,Progressor,TaskCreationOptions) Method
    In This Topic
    Queue a new task of type T to the framework dispatcher thread using the specified progressor.
    Syntax
    Public Overloads Shared Function Run(Of T)( _
       ByVal function As Func(Of Task(Of T)), _
       ByVal progressor As Progressor, _
       Optional ByVal creationOptions As TaskCreationOptions _
    ) As Task(Of T)

    Parameters

    function
    progressor
    creationOptions

    Type Parameters

    T
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also