Method AndForget
AndForget(Task, bool)
Task will be awaited and exceptions will be forwarded to RxApp.DefaultExceptionHandler.
Declaration
public static void AndForget(this Task task, bool ignoreExceptions = false)
Parameters
Type |
Name |
Description |
Task |
task |
|
bool |
ignoreExceptions |
|
AndForget(ValueTask, bool)
Task will be awaited and exceptions will be forwarded to RxApp.DefaultExceptionHandler.
Declaration
public static void AndForget(this ValueTask task, bool ignoreExceptions = false)
Parameters
AndForget<T>(ValueTask<T>, bool)
Task will be awaited and exceptions will be forwarded to RxApp.DefaultExceptionHandler.
Declaration
public static void AndForget<T>(this ValueTask<T> task, bool ignoreExceptions = false)
Parameters
Type Parameters