Table of Contents

Class TaskExtensions

Namespace
AlohaKit.Animations
Assembly
AlohaKit.Animations.dll
public static class TaskExtensions
Inheritance
TaskExtensions
Inherited Members

Methods

FireAndForget(Task, Action<Exception>)

public static void FireAndForget(this Task task, Action<Exception> onException = null)

Parameters

task Task
onException Action<Exception>