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

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

Méthodes publiques

Méthode Description
Delay ( System.TimeSpan interval ) : Task
Delay ( System.TimeSpan interval, CancellationToken cancellationToken ) : Task

Method Details

Delay() public méthode

public Delay ( System.TimeSpan interval ) : Task
interval System.TimeSpan
Résultat Task

Delay() public méthode

public Delay ( System.TimeSpan interval, CancellationToken cancellationToken ) : Task
interval System.TimeSpan
cancellationToken System.Threading.CancellationToken
Résultat Task