C# Class BackgroundServiceStarter, code

Inheritance: IHostedService
Afficher le fichier Open project: shendongnian/code

Méthodes publiques

Méthode Description
BackgroundServiceStarter ( backgroundService )
StartAsync ( CancellationToken, cancellationToken ) : Task,
StopAsync ( CancellationToken, cancellationToken ) : Task,

Method Details

BackgroundServiceStarter() public méthode

public BackgroundServiceStarter ( backgroundService )

StartAsync() public méthode

public StartAsync ( CancellationToken, cancellationToken ) : Task,
cancellationToken CancellationToken,
Résultat Task,

StopAsync() public méthode

public StopAsync ( CancellationToken, cancellationToken ) : Task,
cancellationToken CancellationToken,
Résultat Task,