C# Class AsyncDolls.TaskExtensions

Afficher le fichier Open project: danielmarbach/async-dolls

Méthodes publiques

Méthode Description
Ignore ( this task ) : void
IgnoreCancellation ( this task ) : System.Threading.Tasks.Task

Method Details

Ignore() public static méthode

public static Ignore ( this task ) : void
task this
Résultat void

IgnoreCancellation() public static méthode

public static IgnoreCancellation ( this task ) : System.Threading.Tasks.Task
task this
Résultat System.Threading.Tasks.Task