DD.WellWorkover.Cloud/AsbCloudInfrastructure/Background
2024-08-19 10:01:07 +05:00
..
PeriodicWorks namespace to fileScope 2024-08-19 10:01:07 +05:00
BackgroundWorker.cs fix encoding to utf8 (without bom), u200b, line endings, tabs to 3 spaces, variants of minus char to base minus char 2024-07-04 11:02:45 +05:00
NotificationBackgroundWorker.cs fix encoding to utf8 (without bom), u200b, line endings, tabs to 3 spaces, variants of minus char to base minus char 2024-07-04 11:02:45 +05:00
PeriodicBackgroundWorker.cs fix encoding to utf8 (without bom), u200b, line endings, tabs to 3 spaces, variants of minus char to base minus char 2024-07-04 11:02:45 +05:00
readme.md fix encoding to utf8 (without bom), u200b, line endings, tabs to 3 spaces, variants of minus char to base minus char 2024-07-04 11:02:45 +05:00
Work.cs fix encoding to utf8 (without bom), u200b, line endings, tabs to 3 spaces, variants of minus char to base minus char 2024-07-04 11:02:45 +05:00
WorkPeriodic.cs fix encoding to utf8 (without bom), u200b, line endings, tabs to 3 spaces, variants of minus char to base minus char 2024-07-04 11:02:45 +05:00
WorkToCreateReport.cs fix encoding to utf8 (without bom), u200b, line endings, tabs to 3 spaces, variants of minus char to base minus char 2024-07-04 11:02:45 +05:00
WorkToSendEmail.cs namespace to fileScope 2024-08-19 10:01:07 +05:00

BackgroundWorker

Класс выполнения разовой фоновой работы. Для каждой работы создается свой scope.

NotificationBackgroundWorker

Предназначен для различных оповещений пользователей разными способами. Фактически это дополнительный экземпляр BackgroundWorker, чтобы оповещения не ждали завершения долгих операций из стандартного BackgroundWorker. Не должен давать большой нагрузки БД.

PeriodicBackgroundWorker

Класс выполнения периодической фоновой работы.