本文介绍了处置Threading.Tasks对象以避免内存泄漏的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我在项目中运行任务.我想在任务完成后不使用等待功能的情况下处置该任务.它导致我的应用程序中的内存泄漏.因此,请对此提供帮助或指导我克服这种情况


谢谢与问候
Ratheesh

Hi,

I run a task in my project. I want to dispose the task, when task is completed its execution without using wait function. It causing the memory leak in my application. So please help in this or guide me to over come this situation


Thanks & Regards
Ratheesh

推荐答案


这篇关于处置Threading.Tasks对象以避免内存泄漏的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-15 00:12