在网站项目中运行线程的地方

在网站项目中运行线程的地方

本文介绍了在网站项目中运行线程的地方的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


i想在我的网站上运行3个线程,但我不在哪里放线程运行?

例如运行线程?:

RouteConfig



WebApiConfig



FilterConfig



全局文件

请帮帮我



i希望这些线程始终运行。

解决方案



hii want to run 3 thread in my website but i don't where put the thread run?
for example where run thread?:
RouteConfig
or
WebApiConfig
or
FilterConfig
or
global file
please help me

i want these threads always run.

解决方案



这篇关于在网站项目中运行线程的地方的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 02:10