Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Threading.Tasks.Task<T> Invoke<T> (Func<T> func);
member this.Invoke : Func<'T> -> System.Threading.Tasks.Task<'T>
Public Function Invoke(Of T) (func As Func(Of T)) As Task(Of T)