Show / Hide Table of Contents

Class AsyncHelper

Inheritance
System.Object
AsyncHelper
Namespace:InfinniPlatform.Threading
Assembly:InfinniPlatform.Core.Abstractions.dll
Syntax
public static class AsyncHelper : object

Methods

| Improve this Doc View Source

RunSync(Func<Task>)

Declaration
public static void RunSync(Func<Task> func)
Parameters
Type Name Description
Func<Task> func
| Improve this Doc View Source

RunSync<TResult>(Func<Task<TResult>>)

Declaration
public static TResult RunSync<TResult>(Func<Task<TResult>> func)
Parameters
Type Name Description
Func<Task<TResult>> func
Returns
Type Description
TResult
Type Parameters
Name Description
TResult
  • Improve this Doc
  • View Source
Back to top © Copyright Infinnity Solutions Ltd, 2010–2017.