行远-自迩

导航

随笔分类 -  C#-线程

总结线程委托
摘要: 阅读全文

posted @ 2024-05-15 09:58 行远-自迩 阅读(19) 评论(0) 推荐(0)

C#之线程ParameterizedThreadStart
摘要:class Program { static void Main(string[] args) { Work work = new Work(); //两种实例化委托的方法; //ParameterizedThreadStart ParameterizedThreadStartDelegate = 阅读全文

posted @ 2019-07-08 11:25 行远-自迩 阅读(3075) 评论(0) 推荐(0)

C#之线程ThreadStart
摘要:本来自于https://docs.microsoft.com/zh-cn/dotnet/api/system.threading.threadstart?view=netframework-4.8; static void Main(string[] args) { ThreadStart thre 阅读全文

posted @ 2019-07-06 21:55 行远-自迩 阅读(7332) 评论(0) 推荐(0)