AsyncUtils.FireAndForget

Ensures safe operation of a task without await even if an execution fails with an exception. This forces the exception to be cleared unlike a non-continued task.

public static void FireAndForget(Task t)

Parameters

t
Task Instance

Overloads:


See also:

Class AsyncUtils

© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic