public Task InvokeTask( Func<Task> function )
Public Function InvokeTask( _ ByVal function As Func(Of Task) _ ) As Task
Parameters
- function
- The method to call.
Return Value
A task representing work queued to execute in the ThreadPool.
public Task InvokeTask( Func<Task> function )
Public Function InvokeTask( _ ByVal function As Func(Of Task) _ ) As Task
Target Platforms: Windows 11, Windows 10, Windows 8.1