C#异步执行

Task.Factory.StartNew(()=>{/*异步执行*/});

原文地址:https://www.cnblogs.com/ToughGuy/p/5139166.html