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