C# Class SomeTimedService, code

Inheritance: Microsoft.Extensions.Hosting.BackgroundService
Mostrar archivo Open project: shendongnian/code

Public Methods

Method Description
SomeTimedService ( IHubContext hubcontext )

Protected Methods

Method Description
ExecuteAsync ( CancellationToken, stoppingToken ) : Task,

Method Details

ExecuteAsync() protected method

protected ExecuteAsync ( CancellationToken, stoppingToken ) : Task,
stoppingToken CancellationToken,
return Task,

SomeTimedService() public method

public SomeTimedService ( IHubContext hubcontext )
hubcontext IHubContext