C# Class HealthMonitoring.TimeManagement.TimeCoordinator

Inheritance: ITimeCoordinator
Afficher le fichier Open project: wongatech/HealthMonitoring Class Usage Examples

Méthodes publiques

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

Method Details

CreateStopWatch() public méthode

public CreateStopWatch ( ) : IStopwatch
Résultat IStopwatch

Delay() public méthode

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