Изменения документа Task scheduler
Редактировал(а) Alexandr Fokin 2024/02/24 23:22
<
отредактировано Alexandr Fokin
на 2023/01/11 17:28
на 2023/01/11 17:28
отредактировано Alexandr Fokin
на 2024/02/24 23:22
на 2024/02/24 23:22
Изменить комментарий:
К данной версии нет комментариев
Комментарий
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -1,7 +1,35 @@ 1 +| |((( 1 1 TaskScheduler 2 2 [[https:~~/~~/learn.microsoft.com/ru-ru/dotnet/api/system.threading.tasks.taskscheduler?view=net-5.0>>https://learn.microsoft.com/ru-ru/dotnet/api/system.threading.tasks.taskscheduler?view=net-5.0]] 3 3 4 ----- 5 - 6 6 How to build your own task scheduler in C# 7 7 [[https:~~/~~/www.infoworld.com/article/3063560/how-to-build-your-own-task-scheduler-in-csharp.html>>https://www.infoworld.com/article/3063560/how-to-build-your-own-task-scheduler-in-csharp.html]] 7 + 8 +Customizing the TaskScheduler: Queue Your Task Work Items to Run When You Want Them To 9 +[[https:~~/~~/www.codeproject.com/Articles/5274136/Customizing-the-TaskScheduler-Queue-Your-Task-Work>>https://www.codeproject.com/Articles/5274136/Customizing-the-TaskScheduler-Queue-Your-Task-Work]] 10 +))) 11 +| | 12 + 13 +---- 14 + 15 +==== Внутренние ссылки: ==== 16 + 17 +====== Дочерние страницы: ====== 18 + 19 +{{children/}} 20 + 21 +====== Обратные ссылки: ====== 22 + 23 +{{velocity}} 24 +#set ($links = $doc.getBacklinks()) 25 +#if ($links.size() > 0) 26 + #foreach ($docname in $links) 27 + #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) 28 + * [[$escapetool.xml($rdoc.fullName)]] 29 + #end 30 +#else 31 + No back links for this page! 32 +#end 33 +{{/velocity}} 34 + 35 +----