SyncTaskRunTResult(FuncTaskTResult) Method
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static TResult Run<TResult>(
Func<Task<TResult>> func
)
Public Shared Function Run(Of TResult) (
func As Func(Of Task(Of TResult))
) As TResult
- func FuncTaskTResult
- Delegate method to be executed.
- TResult
- Return value type.
TResultThe result of the completed task.