C# Class AccidentalFish.ApplicationSupport.Core.Policies.Implementation.TimerThreadPoolExecuter

Inheritance: ITimerThreadPoolExecuter
Afficher le fichier Open project: JamesRandall/AccidentalFish.ApplicationSupport

Méthodes publiques

Méthode Description
Run ( System.Action task, CancellationToken taskCancellationToken ) : Task

Method Details

Run() public méthode

public Run ( System.Action task, CancellationToken taskCancellationToken ) : Task
task System.Action
taskCancellationToken System.Threading.CancellationToken
Résultat Task