OneDev
Projects
Pull Requests
Issues
Builds
ModularTelegramBot
Code
Files
Commits
Branches
Tags
Pull Requests
Code Comments
Code Compare
Builds
Statistics
Contributions
Source Lines
Child Projects
Projects
ModularTelegramBot
Files
Sign In
dev
ROOT
/
Core
/
Service
/
AbstractTimedHostedService.cs
Search
History
79 lines
|
UTF-8
|
2 KB
Blame
Outline
2
4
8
No wrap
Soft wrap
Outline
AbstractTimedHostedService
_timer
:
Timer
_logger
:
ILogger
_bot
:
IBotInstance
TimerPeriod
:
TimeSpan
AbstractTimedHostedService
(
ILogger, IBotInstance
)
StartAsync
(
CancellationToken
)
:
Task
StopAsync
(
CancellationToken
)
:
Task
Dispose
()
:
void
Run
(
object
)
:
void
OnRun
()
:
Task
All occurrences
Please wait...
Page is in error, reload to recover