AsyncUtils.FireAndForget
public static void FireAndForget(Task t, Action<Exception> del)
Parameters
t
del
Action delegate that receives an Exception parameter you can use to log or otherwise handle (or ignore) any exceptions
