public static Task<T> Run<T>( Func<T> function, BackgroundProgressor progressor, TaskContinuationOptions options )
Public Overloads Shared Function Run(Of T)( _ ByVal function As Func(Of T), _ ByVal progressor As BackgroundProgressor, _ Optional ByVal options As TaskContinuationOptions _ ) As Task(Of T)
Parameters
- function
- progressor
- options
Type Parameters
- T